Daikin Aircon - Add strings and debug (#116674)
This commit is contained in:
parent
edd14929e3
commit
e70d8aec96
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -51,6 +51,11 @@
|
|||
"compressor_energy_consumption": {
|
||||
"name": "Compressor energy consumption"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"toggle": {
|
||||
"name": "Power"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue