Commit Graph

23219 Commits (eb0af3752c9ca2c5c6f9dd4148d5808458b3495a)

Author SHA1 Message Date
Ville Skyttä eb0af3752c
Add more SSDP discovery data and constants () 2020-09-14 09:18:09 +02:00
J. Nick Koston 2e1dbe51a4
Make system_log test reliable () 2020-09-14 08:48:59 +02:00
J. Nick Koston c19b5c5ac3
Make recorder block_till_done reliable () 2020-09-14 08:48:29 +02:00
Chris Talkington 056e712667
Add device class to canary sensors ()
* add device class to canary sensors

* Update test_sensor.py

* Update sensor.py

* Update sensor.py
2020-09-13 21:29:59 -05:00
HomeAssistant Azure 9acceda0f8 [ci skip] Translation update 2020-09-14 00:04:10 +00:00
Chris Talkington 9511103e26
Add unique_id to canary alarm_control_panel ()
* add unique_id to canary alarm_control_panel

* Update test_alarm_control_panel.py

* Update alarm_control_panel.py

* Apply suggestions from code review

Co-authored-by: J. Nick Koston <nick@koston.org>

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-09-13 18:52:40 -05:00
Aidan Timson ae8c9d82bc
Mark Azure DevOps device as a service () 2020-09-13 18:22:33 -05:00
J. Nick Koston 7b016063ca
Refactor zeroconf setup to be async ()
* Refactor zeroconf setup to be async

Most of the setup was calling back to async because
we were setting up listeners.  Since we only need
to jump into the executor to create the zeroconf
instance, its much faster to setup in async.

In testing this cut the setup time in half
or better.

* partial revert to after_deps
2020-09-13 18:06:19 -05:00
J. Nick Koston 46f9c0fb8a
Update phrasing and pin validation for homekit_controller () 2020-09-13 15:26:04 -05:00
Franck Nijhof cd26384634
Fix entity extraction from Template conditions () 2020-09-13 22:05:45 +02:00
springstan 1f8c1f151d
Fix requiring username or password for nzbget yaml config () 2020-09-13 22:04:48 +02:00
J. Nick Koston 36ce8ba79e
Ensure homekit_controller traps exceptions from find_ip_by_device_id () 2020-09-13 21:55:49 +02:00
AJ Schmidt c32f698671
Add Config Flow to AlarmDecoder () 2020-09-13 12:29:25 -05:00
Chris Talkington 17efa1bda5
Improve canary tests () 2020-09-13 11:32:41 -05:00
springstan da19854520
Fix slack notifications requiring an icon () 2020-09-13 10:23:50 -06:00
springstan fc1fb0ab7c
Revert 'Use STATE_UNKNOWN constant in dlink and ecobee' () 2020-09-13 17:11:24 +02:00
J. Nick Koston f3d50e2104
Do not log an error when a host is unreachable while pinging () 2020-09-13 16:44:37 +02:00
springstan 621526bbae
Use moisture and moving device class in various integrations () 2020-09-13 16:33:54 +02:00
Robert Svensson ceeea52915
Improve handling of mireds being far out of spec () 2020-09-13 16:31:39 +02:00
J. Nick Koston ff4bb962c4
Cleanup and reduce duplicate code from recent template changes ()
As a result of refactoring, there is duplicate code
we can now reduce.

Additionally `_wrap_state` can be removed because
it had unreachable checks for `None`
2020-09-13 09:21:11 -05:00
J. Nick Koston 84578f515d
Suppress homekit bridge discovery by homekit controller () 2020-09-13 09:12:10 -05:00
Joakim Sørensen 1d12d4d54c
Bump pyhaversion to 3.4.0 () 2020-09-13 11:30:51 +02:00
Bouwe Westerdijk eac9c3c4f2
Ensure Plugwise unique_id is correctly set ()
* Ensure unique_id is correctly set

* Removed unnec. line

Co-authored-by: Tom Scholten <git@scholten.nu>
2020-09-13 11:02:49 +02:00
Xiaonan Shen e3c51f0350
Fix xiaomi_aqara duplicated battery sensors () 2020-09-13 08:44:32 +02:00
Quentame bab4ad4f17
Add timeout config option to Synology DSM () 2020-09-12 20:36:39 -05:00
HomeAssistant Azure b05c88f1bc [ci skip] Translation update 2020-09-13 00:04:18 +00:00
Quentame 13df452dd4
Fix Freebox call sensor when no call in history () 2020-09-13 01:13:57 +02:00
Jeff Irion 285408b46c
Bump androidtv to 0.0.50 () 2020-09-12 23:53:41 +02:00
springstan e55035b2f9
Use DEVICE_CLASS_MOTION in various integrations () 2020-09-12 16:20:30 -05:00
Joakim Sørensen 02cb592917
Bump frontend to 20200912.0 () 2020-09-12 16:18:48 -05:00
Simone Chemelli ca26c8bbd7
Shelly: Power and Energy sensors in roller mode () 2020-09-12 22:31:01 +02:00
uvjustin b0ba0e77f8
Remove skip_sidx container option in stream ()
* Remove skip_sidx container option

* Add comment
2020-09-12 15:19:37 -04:00
springstan 827711bcd1
Use problem, presence and plug device class constants in various integrations () 2020-09-12 13:23:24 -05:00
springstan 3d4ef8cfe1
Use connectivity device class constant in various integrations () 2020-09-12 13:21:57 -05:00
springstan cee96ae207
Use opening and occupancy device class in various integrations () 2020-09-12 18:07:13 +02:00
jjlawren 4c0f075d6a
Fix children_media_class for special folders () 2020-09-12 15:54:00 +02:00
Josef Schlehofer 6b966e2c47
Upgrade youtube_dl to version 2020.09.06 () 2020-09-12 14:58:29 +02:00
springstan 1bb5d4754f
Use DEVICE_CLASS_DOOR and DEVICE_CLASS_SMOKE in various integrations () 2020-09-12 07:35:24 -05:00
On Freund cf6b84790f
Handle Kodi shutdown ()
* Handle Kodi shutdown

* Core review comments

* Make async_on_quit a coroutine
2020-09-12 14:22:14 +02:00
J. Nick Koston aaa8083d49
Change template loop detection strategy to allow self-referencing updates when there are multiple templates () 2020-09-12 14:20:21 +02:00
Bram Kragten fbf0e69558
Add children media class to children spotify media browser () 2020-09-12 10:35:51 +02:00
springstan f93c0c5cd3
Use DEVICE_CLASS_WINDOW constant in various integrations () 2020-09-11 21:24:23 -05:00
springstan ac2e290d97
Use sound, vibration and safety device class constants in various integrations ()
* Use sound, vibration and safety device class constants in various integrations

* Fix wrong imports
2020-09-11 19:37:33 -05:00
HomeAssistant Azure ee5c1ea3f7 [ci skip] Translation update 2020-09-12 00:05:00 +00:00
Xiaonan Shen 4e10895a19
Remove unchecked return value in synology_dsm () 2020-09-11 15:14:22 -05:00
Jakob Schlyter 9b49ca3820
Add template filter timedelta_seconds to create a timedelta from seconds () 2020-09-11 15:07:31 -05:00
springstan 719aa0f317
Use STATE_UNKNOWN constant in dlink and ecobee () 2020-09-11 15:05:07 -05:00
Martin Hjelmare 50c573eb4d
Activate hassfest requirements CI check ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-11 21:38:32 +02:00
Greg Dowling f1cb8e80b3
Bump pyloopenergy library to 0.2.1 () 2020-09-11 20:47:48 +02:00
Jc2k 988a467afd
Device automation triggers for stateless HomeKit accessories ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-09-11 13:34:07 -05:00