File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 3232class SmileCommon :
3333 """The SmileCommon class."""
3434
35- def __init__ (self ) -> None :
36- """Init."""
37- self ._appliances : etree
38- self ._count : int
39- self ._domain_objects : etree
40- self ._cooling_present : bool
41- self ._heater_id : str
42- self ._on_off_device : bool
43- self ._opentherm_device : bool
44- self .gw_entities : dict [str , GwEntityData ]
45- self .smile_name : str
46- self .smile_type : str
35+ # def __init__(self) -> None:
36+ # """Init."""
37+ # self._appliances: etree
38+ # self._count: int
39+ # self._domain_objects: etree
40+ # self._cooling_present: bool
41+ # self._heater_id: str
42+ # self._on_off_device: bool
43+ # self._opentherm_device: bool
44+ # self.gw_entities: dict[str, GwEntityData]
45+ # self.smile_name: str
46+ # self.smile_type: str
4747
4848 def smile (self , name : str ) -> bool :
4949 """Helper-function checking the smile-name."""
You can’t perform that action at this time.
0 commit comments