File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 55 "binary_sensors" : {
66 "cooling_state" : true ,
77 "dhw_state" : false ,
8- "flame_state" : true ,
8+ "flame_state" : false ,
99 "heating_state" : false
1010 },
1111 "dev_class" : " heater_central" ,
Original file line number Diff line number Diff line change 44 "available" : true ,
55 "binary_sensors" : {
66 "dhw_state" : false ,
7- "flame_state" : true ,
7+ "flame_state" : false ,
88 "heating_state" : true
99 },
1010 "dev_class" : " heater_central" ,
Original file line number Diff line number Diff line change @@ -164,6 +164,9 @@ def json_writer(
164164m_adam_cooling ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["binary_sensors" ][
165165 "heating_state"
166166] = False
167+ m_adam_cooling ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["binary_sensors" ][
168+ "flame_state"
169+ ] = False
167170m_adam_cooling ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["sensors" ][
168171 "water_temperature"
169172] = 19.0
@@ -238,6 +241,9 @@ def json_writer(
238241m_adam_heating ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["binary_sensors" ][
239242 "heating_state"
240243] = True
244+ m_adam_cooling ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["binary_sensors" ][
245+ "flame_state"
246+ ] = False
241247m_adam_heating ["devices" ]["056ee145a816487eaa69243c3280f8bf" ]["sensors" ][
242248 "water_temperature"
243249] = 37.0
You can’t perform that action at this time.
0 commit comments