Skip to content

Commit ff84a89

Browse files
committed
Another fix
1 parent c280a95 commit ff84a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manual_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
223223
m_adam_heating["entities"]["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
224224
"heating_state"
225225
] = True
226-
m_adam_cooling["entities"]["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
226+
m_adam_heating["entities"]["056ee145a816487eaa69243c3280f8bf"]["binary_sensors"][
227227
"flame_state"
228228
] = False
229229
m_adam_heating["entities"]["056ee145a816487eaa69243c3280f8bf"]["sensors"][

0 commit comments

Comments
 (0)