mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Daikin Aircon - Add strings and debug (#116674)
This commit is contained in:
parent
edd14929e3
commit
e70d8aec96
@ -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…
x
Reference in New Issue
Block a user