Daikin Aircon - Add strings and debug (#116674)

This commit is contained in:
kingy444 2024-05-24 17:28:44 +10:00 committed by GitHub
parent edd14929e3
commit e70d8aec96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -87,6 +87,7 @@ async def daikin_api_setup(
device = await Appliance.factory(
host, session, key=key, uuid=uuid, password=password
)
_LOGGER.debug("Connection to %s successful", host)
except TimeoutError as err:
_LOGGER.debug("Connection to %s timed out", host)
raise ConfigEntryNotReady from err

View file

@ -51,6 +51,11 @@
"compressor_energy_consumption": {
"name": "Compressor energy consumption"
}
},
"switch": {
"toggle": {
"name": "Power"
}
}
}
}