Commit graph

24666 commits

Author SHA1 Message Date
Paulus Schoutsen
5a56d0ec1d
Catch more Hue errors () 2020-02-27 12:53:36 -08:00
Jens Nistler
ecd076c5e4
Mark clients away if they have never been seen. () 2020-02-27 11:50:34 -08:00
Robert Svensson
e695bb55c8
deCONZ - Race condition on slower systems ()
When battery sensors gets created before other platforms loading deconz sensors gets created first the other platform would not create entities related to those battery sensors
2020-02-27 20:48:01 +01:00
Aaron Bach
aab2fd5ec3
Bump simplisafe-python to 9.0.2 () 2020-02-27 12:18:26 -07:00
Yuki Ueda
0eb5ca67cd
Make heos and transmission config flow tests more robust ()
* async_step_user to async_configure

* fix for lint

* fix for pylint

* fix isort and black

* fix miss-fixed black

* fixing for the python37 coverage

* fix transmission definition

* fix for Black formatting

* fix type to abort

* clean up

* clean up for the test

* fix for the test

* refactor

* split test_flow_works to three tests

* revert the assert

* remove whitespaces for flake8

* apply patch function

* fix for the patch

* fix for the black

* remove mock_coro

* fix for the black

* hue to heos

* try to fix import

* fix for the black

* revert try to fix import

* Add a pytest fixture

* fix for the black
2020-02-27 12:19:54 +01:00
Aaron Bach
df04fe3258
Bump simplisafe-python to 9.0.0 () 2020-02-26 18:52:07 -08:00
J. Nick Koston
4c5e364d90
Centralize august activity updates ()
* Reduce August doorbell detail updates

* Doorbell images now get updates from the activity feed

* Tests for activity updates

* py-august now provides bridge_is_online for available state

* py-august now provides is_standby for available state

* py-august now provides get_doorbell_image (eliminate requests)

* remove debug

* black after merge conflict

* Centralize august activity updates

* Updates appear significantly more responsive

* Should address the community complaints about "lag"

* Reduce detail updates (device end points) to one hour interval

* Signal entities to update via dispatcher when new activity arrives

* Resolves out of sync state (skipped test is now unskipped)

* pylint

* fix merge conflict

* review comments

* Remove stray

* Address review items that can be done without refactor
2020-02-26 18:48:44 -08:00
Jc2k
d207c37c33
Address homekit_controller feedback on and () 2020-02-26 17:10:05 -08:00
dupondje
f26826d949
Fix DSMR 5 ()
DSMR 5 was broken because some wrong if.
if dsmr_version in ("5B"):
-> this checks dsmr_version against 5 and B. Not if its 5B.
2020-02-26 17:02:42 -08:00
Paulus Schoutsen
483d822272
Lovelace resource mgmt ()
* Add websockets commands for resource management

* Add LL resource management

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-02-26 16:43:34 -08:00
HomeAssistant Azure
92988d60a7 [ci skip] Translation update 2020-02-27 00:31:50 +00:00
Franck Nijhof
16dba3fa85
Merge branch 'master' into dev 2020-02-26 21:01:29 +01:00
Paulus Schoutsen
2a88ae559e
Improve debounce cooldown () 2020-02-26 11:27:37 -08:00
Jc2k
853d6cda25
Make homekit_controller a local push integration () 2020-02-26 10:35:53 -08:00
Erik Montnemery
c92aa30663
Add missing translations for light actions () 2020-02-26 10:24:43 -08:00
Jc2k
92a47f14bb
homekit_controller test cleanups () 2020-02-26 09:44:04 -08:00
Franck Nijhof
2d68b37dd5
Merge pull request from home-assistant/rc
0.106.0
2020-02-26 14:30:57 +01:00
Paulus Schoutsen
4de3871a78
Fix hue test 2020-02-26 12:54:19 +01:00
Franck Nijhof
9c755d8fd4
Remove deprecated Hue options (fixes CI) () 2020-02-26 12:53:44 +01:00
Franck Nijhof
1e5f0a5136
Bumped version to 0.106.0 2020-02-26 12:34:38 +01:00
Bram Kragten
897433ecba
Updated frontend to 20200220.4 () 2020-02-26 12:31:50 +01:00
Aaron Bach
89625010e5
Fix error where SimpliSafe websocket would disconnect and not reconnect ()
* Fix error where SimpliSafe websocket would disconnect and not reconnect

* Await
2020-02-26 12:31:44 +01:00
Aaron Bach
e435f6eb67
Fix error where SimpliSafe websocket would disconnect and not reconnect ()
* Fix error where SimpliSafe websocket would disconnect and not reconnect

* Await
2020-02-26 12:19:14 +01:00
Bram Kragten
5a67d73a37
Updated frontend to 20200220.4 () 2020-02-26 11:32:15 +01:00
J. Nick Koston
638a3025df
Reduce August doorbell detail updates ()
* Reduce August doorbell detail updates

* Doorbell images now get updates from the activity feed

* Tests for activity updates

* py-august now provides bridge_is_online for available state

* py-august now provides is_standby for available state

* py-august now provides get_doorbell_image (eliminate requests)

* remove debug

* black after merge conflict
2020-02-26 08:43:41 +01:00
Aaron Bach
b5c1afcb84
Make SimpliSafe entities unavailable when wifi is lost ()
* Make SimpliSafe entities unavailable when wifi is lost

* Remove online status from REST API

* Comments

* Mispelling
2020-02-25 20:03:41 -07:00
J. Nick Koston
4c33a9d732
Add model to august device_info ()
* Add model to august device_info

* Address review comments from PR#32125

* Fix test name
2020-02-25 18:34:31 -08:00
springstan
58de7fe9a3
Fix name of emby media player ()
* Fix name of emby media player

* Remove client name from entity_id
2020-02-25 17:30:03 -08:00
HomeAssistant Azure
ed461a0ad8 [ci skip] Translation update 2020-02-26 00:31:47 +00:00
J. Nick Koston
3e702c8ca4
Add Config Flow for sense ()
* Config Flow for sense

* Fix unique ids so they are actually unique (and migrate the old ones)

* Fix missing solar production

* Do not mark sensors available until they have data

* Address review items

* Address review round 
2020-02-25 16:37:41 -07:00
Paulus Schoutsen
7391aa2d7e Bumped version to 0.106.0b5 2020-02-25 14:17:32 -08:00
Paulus Schoutsen
0e7e0086cd Update translations 2020-02-25 14:17:28 -08:00
Jenny
6f8380b442 Bump socialbladeclient to 0.5 () 2020-02-25 14:16:52 -08:00
Paulus Schoutsen
e60a6cfa19 Fix Arlo doing I/O in event loop () 2020-02-25 14:16:52 -08:00
Bram Kragten
ff6d415c67 Updated frontend to 20200220.3 () 2020-02-25 14:16:51 -08:00
Michaël Arnauts
d3629d9f32 Bump python-tado to 0.3.0 () 2020-02-25 14:16:50 -08:00
Kit Klein
61e2ce5faf Dedup and clarify imported konnected config flows ()
* dedup config flows

* use default (imported) options until user goes thru options flow

* address pr feedback

* correct key used to distinguish pro model
2020-02-25 14:16:49 -08:00
Bram Kragten
b0fdbebd56
Updated frontend to 20200220.3 () 2020-02-25 23:15:25 +01:00
Paulus Schoutsen
fc0278c91f
Fix Arlo doing I/O in event loop () 2020-02-25 23:10:43 +01:00
Jenny
1f23361a5d
Bump socialbladeclient to 0.5 () 2020-02-25 23:01:18 +01:00
Jc2k
4a89fba6f9
Add homekit_controller occupancy sensor () 2020-02-25 22:01:03 +00:00
Jc2k
dd13e99967
Add missing device class attributes to homekit_controller sensors ()
* Add some missing device class attributes to homekit_controller sensors

* Add classes for binary sensors
2020-02-25 21:43:14 +01:00
Michaël Arnauts
24652d82ab
Bump python-tado to 0.3.0 () 2020-02-25 21:29:45 +01:00
Jc2k
1ddc1ebc6b
Refactor away deprecated homekit_controller test helpers () 2020-02-25 21:19:04 +01:00
Paulus Schoutsen
7d8da47309
Revert "Use orjson to parse json faster ()" ()
This reverts commit 2365e2e8cf.
2020-02-25 21:07:16 +01:00
Franck Nijhof
ceb3985a99
Remove hide_entity property from automation integration ()
* Remove hidden property from automation integration

* Allow configuration options untils 0.110
2020-02-25 11:21:05 -08:00
Paulus Schoutsen
536b31305a
Support multiple Lovelace dashboards ()
* Support multiple Lovelace dashboards

* Mark collection maintenance as unfinished

* Fix import

* Add websockets commands for resource management

* Revert "Add websockets commands for resource management"

This reverts commit 7d140b2bcc.

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2020-02-25 11:18:21 -08:00
Erik Montnemery
2d6b80470f
Improve error handling () 2020-02-25 10:44:24 -08:00
Ruslan Sayfutdinov
2365e2e8cf
Use orjson to parse json faster ()
* [recorder] Use orjson to parse json faster

* Remove from http manifest

* Bump to orjson 2.5.1

* Empty commit to trigger CI

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-25 10:20:51 -08:00
springstan
5c12fa0daa
Fix description of fan service set_direction () 2020-02-25 19:18:44 +01:00