1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add Wolflink integration (#34104)

* WOLF Smart-set integration

* Removed translations. Changed device class of timestamp. Added new test for unknown exception

* Remove unit_of_measurement from hours sensor

* Code cleanup. Pull Request comments fixes

* ConnectError import change. Removed DEVICE_CLASS_TIMESTAMP

* Add unique id guard with tests. Use common translations. Move device_id resolution to config_flow.

* Remove debug print
This commit is contained in:
Adam Król
2020-07-20 11:52:52 +02:00
committed by GitHub
parent d0d4e08a2a
commit bedb0753f3
15 changed files with 772 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ FLOWS = [
"wiffi",
"withings",
"wled",
"wolflink",
"xiaomi_aqara",
"xiaomi_miio",
"zerproc",