File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -210,10 +210,8 @@ def _get_groups(self) -> None:
210210 continue # pragma: no cover
211211
212212 if members := self ._collect_members (group ):
213- LOGGER .debug ("HOI members: %s" , members )
214213 self ._new_groups .append (group_id )
215214
216- LOGGER .debug ("HOI get_existing_groups: %s" , self ._existing_groups )
217215 if (
218216 group_id in self ._existing_groups
219217 and self .gw_entities [group_id ]["name" ] == group_name
Original file line number Diff line number Diff line change 1616 DOMAIN_OBJECTS ,
1717 GATEWAY_REBOOT ,
1818 LOCATIONS ,
19- LOGGER ,
2019 MAX_SETPOINT ,
2120 MIN_SETPOINT ,
2221 NONE ,
@@ -107,14 +106,12 @@ def get_all_gateway_entities(self) -> None:
107106 Collect and add switching- and/or pump-group entities.
108107 Finally, collect the data and states for each entity.
109108 """
110- LOGGER .debug ("HOI 1 get_all_gateway_entities data: %s" , self .gw_entities )
111109 if self ._get_appliances () and self ._is_thermostat :
112110 self .therms_with_offset_func = (
113111 self ._get_appliances_with_offset_functionality ()
114112 )
115113
116114 self ._scan_thermostats ()
117- LOGGER .debug ("HOI 2 get_all_gateway_entities data: %s" , self .gw_entities )
118115 self ._get_groups ()
119116 self ._all_entity_data ()
120117
You can’t perform that action at this time.
0 commit comments