Add support for services to Home Connect (#58768)

Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Frank 2022-06-29 12:45:55 +02:00 committed by GitHub
parent f6f7fa1c2d
commit e6daed9719
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 388 additions and 4 deletions

View file

@ -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."""