File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -799,6 +799,7 @@ def _scan_thermostats(self) -> None:
799799 the result to update the device_class of secondary thermostats.
800800 """
801801 self ._thermo_locs = self ._match_locations ()
802+ LOGGER .debug ("HOI 1 thermo_locs: %s" , self ._thermo_locs )
802803
803804 thermo_matching : dict [str , int ] = {
804805 "thermostat" : 2 ,
@@ -811,6 +812,7 @@ def _scan_thermostats(self) -> None:
811812 for dev_id , device in self .gw_devices .items ():
812813 self ._rank_thermostat (thermo_matching , loc_id , dev_id , device )
813814
815+ LOGGER .debug ("HOI 2 thermo_locs: %s" , self ._thermo_locs )
814816 # Update secondary thermostat class where needed
815817 for dev_id , device in self .gw_devices .items ():
816818 if (loc_id := device ["location" ]) in self ._thermo_locs :
You can’t perform that action at this time.
0 commit comments