Add support for services to Home Connect (#58768)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
parent
f6f7fa1c2d
commit
e6daed9719
5 changed files with 388 additions and 4 deletions
|
@ -113,6 +113,7 @@ class HomeConnectDevice:
|
|||
"""Initialize the device class."""
|
||||
self.hass = hass
|
||||
self.appliance = appliance
|
||||
self.entities = []
|
||||
|
||||
def initialize(self):
|
||||
"""Fetch the info needed to initialize the device."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue