J. Nick Koston
2b5e7c2611
Fix recorder stopping after unserializable state ( #36937 )
...
* Ensure unserializable states do not collapse recording
* augment test coverage
* fix wal mode being set every time
2020-06-19 12:03:06 -05:00
Franck Nijhof
683d960fa5
Add discovery to NUT integration ( #36827 )
...
* Add discovery to NUT integration
* implement async_step_zeroconf
* Update test to make sure unique id not set
* Remove host/port import when coming from discovery, add title placeholders
* fix mis-paste
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-06-19 17:33:01 +02:00
jjlawren
d445c16697
Handle Plex Live TV sessions ( #36919 )
2020-06-19 17:12:47 +02:00
Markus Bong
e4df0481da
Fix devolo brand name ( #36865 )
2020-06-19 17:04:31 +02:00
jjlawren
3d1a5f76b2
Fix cert_expiry time-based tests v2 ( #36934 )
2020-06-19 16:19:43 +02:00
Paulus Schoutsen
263bdaa565
Make panel_custom backwards compatible ( #36926 )
2020-06-19 16:03:39 +02:00
craiggenner
212660330f
Cope with attribute errors being converted ( #36911 )
2020-06-19 05:36:56 +02:00
HomeAssistant Azure
f83d4e524b
[ci skip] Translation update
2020-06-19 00:10:18 +00:00
jjlawren
6bffd9a892
Fix cert_expiry time-based tests ( #36924 )
2020-06-19 00:26:34 +02:00
Robert Svensson
02e03340df
Light control support to Axis devices ( #36611 )
...
* IR light support to Axis devices
* Change how to read light state
* Add tests
* Bump dependency to v32
* Assert variables passed to set_intensity
2020-06-18 23:27:08 +02:00
jjlawren
e92e26b73a
Add expiration timestamp to cert_expiry sensors ( #36399 )
...
* Add expiration timestamp to cert_expiry sensors
* Clear timestamp if cert becomes invalid
* Use timezone-aware timestamps
* Use DataUpdateCoordinator, split timestamp to separate sensor
* Use UTC, simpler add/remove handling
* Review fixes
* Fix incomplete mock that fails in 3.8
* Use static timestamps, improve helper method name
2020-06-18 18:29:46 +02:00
Paulus Schoutsen
f69fc79fd1
Bump Netdisco to 2.7.1 ( #36891 )
2020-06-18 13:08:43 +02:00
J. Nick Koston
e7d982ee11
Improve db performance of state change events and reduce overall db size ( #36883 )
...
* Add old_state_id to states, remove old/new state data from events since it can now be found by a join
* remove state lookup on restart
* Ensure old_state is set for exisitng states
2020-06-17 22:26:41 -05:00
Paulus Schoutsen
94132e5572
Add internal/external url to safe mode ( #36894 )
2020-06-17 17:14:48 -07:00
HomeAssistant Azure
7920c5e5e8
[ci skip] Translation update
2020-06-18 00:08:13 +00:00
Paulus Schoutsen
df59f87f34
Upgrade requests to 2.24.0 ( #36886 )
2020-06-17 16:26:29 -07:00
Paulus Schoutsen
c0a2e6b655
Merge pull request #36885 from home-assistant/rc
2020-06-17 16:23:37 -07:00
Paulus Schoutsen
b4b2302e04
Fix test
2020-06-17 16:23:10 -07:00
Phil Bruckner
098d82f4d3
Fix yr HTTP error handling ( #36889 )
2020-06-17 13:40:22 -07:00
Phil Bruckner
2883aacfa3
Fix yr HTTP error handling ( #36889 )
2020-06-17 13:40:04 -07:00
jjlawren
ec440dface
Bump plexwebsocket to 0.0.11 ( #36879 )
2020-06-17 15:28:22 -05:00
J. Nick Koston
3d385796da
Improve logbook performance when no entities are filtered ( #36842 )
...
Various tweaks to reduce the python overhead of
the lazy class
2020-06-17 13:23:42 -07:00
Paulus Schoutsen
3e14b2dc61
Bumped version to 0.111.4
2020-06-17 12:53:30 -07:00
Paulus Schoutsen
7547a92479
Upgrade pymetno ( #36880 )
2020-06-17 12:22:56 -07:00
Fredrik Erlandsson
625c2aa19d
Fix Daikin zeroconf discovery flow error ( #36868 )
2020-06-17 12:22:35 -07:00
Robert Svensson
ec69edcb79
Bump Axis dependency to fix issue where ports dont initialize ( #36860 )
2020-06-17 12:18:26 -07:00
fb22
f823afeadc
Fix llamalab_automate notify priority ( #36845 )
2020-06-17 12:18:25 -07:00
Paulus Schoutsen
903db07feb
Onboarding to validate redirect uri ( #36863 )
2020-06-17 12:13:28 -07:00
Paulus Schoutsen
43cee39528
Upgrade pymetno ( #36880 )
2020-06-17 12:12:50 -07:00
jjlawren
d5cc3208af
Discover controllable Plex clients using plex.tv ( #36857 )
2020-06-17 12:04:47 -07:00
Robert Svensson
94c8d74a66
Bump Axis dependency to fix issue where ports dont initialize ( #36860 )
2020-06-17 11:07:19 -07:00
Fredrik Erlandsson
b3c851502d
Fix Daikin zeroconf discovery flow error ( #36868 )
2020-06-17 16:53:29 +02:00
Jeffery To
a74e35795c
Use the built-in importlib.metadata library in Python 3.8+ ( #36225 )
...
importlib_metadata is a backport of this library for Python 3.7 and
older.
2020-06-17 15:21:14 +02:00
Josef Schlehofer
b464096edb
Upgrade youtube_dl to version 2020.06.16.1 ( #36870 )
2020-06-17 15:05:01 +02:00
bsmappee
5228282f69
Renew Smappee (sensors and switches) ( #36445 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-17 13:28:28 +02:00
Sean Nyekjær
fd67a079db
Add ebusd HotWaterHeader ActualTemperature and OperationMode ( #34921 )
2020-06-17 13:26:19 +02:00
Bas Nijholt
3ae4eba457
Bump aiokef 0.2.12 ( #36753 )
2020-06-16 23:15:49 -07:00
marawan31
dba326f16b
Add precipitation probability to weather forcast ( #36019 )
...
* Add precipitation probability attribute
* bump env_canada version to 0.0.38 in manifest
* bump env_canada version to 0.0.38 in requirements
* Add support for percipiation probability
* formated project with black
* make sure prob is an int
* fix build break
* update usage to correct naming
* revert bad change and apply fix build break
* add tests
2020-06-17 07:39:33 +02:00
HomeAssistant Azure
2b06fbbcf0
[ci skip] Translation update
2020-06-17 00:11:42 +00:00
indykoning
d278dd9477
Add growatt battery devices ( #34773 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 21:16:29 +02:00
Adam Belebczuk
fe03c9da68
Update Wemo state when changing state ( #36647 )
2020-06-16 21:14:04 +02:00
Robert Van Gorkom
a6a6a7b69c
Add Withings webhooks ( #34447 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 20:16:18 +02:00
Tom
29df13abe9
Fix Plugwise schema name display and non_device_class icons ( #36815 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Bouwe Westerdijk <11290930+bouwew@users.noreply.github.com>
2020-06-16 14:49:13 +02:00
starkillerOG
6db5ff98ed
DenonAVR Config Flow ( #35255 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 14:46:39 +02:00
Philip Allgaier
25607c7129
Use MDI CPU icon for glances ( #36736 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 14:44:37 +02:00
Michael Auchter
58f1d1754e
Fix remote_rpi_gpio switch inversion ( #34390 )
...
This removes the double-inversion of switches on the remote_rpi_gpio
platform.
Fixes #24571
2020-06-16 14:42:21 +02:00
fb22
6273ad85f8
Fix llamalab_automate notify priority ( #36845 )
2020-06-16 12:42:12 +02:00
Kevin Fronczak
a68af0a3a9
Add blink tests ( #36672 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 11:05:33 +02:00
etheralm
f8de0594b9
Add support for Dyson Pure HP04 purifying heater + fan ( #34537 )
...
* fix unnecesary checks
* change ClimateDevice to ClimateEntity
* Clean up
* Formatting
* Fix tests
* Clean tests
* Clean up tests
* Fix device mock
* Use safer patch target path
* Extract constant
* Remove not needed property
* Guard for missing target temperature
* Use async_mock mocks
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-06-16 05:31:11 +01:00
Zac West
8541ae0360
mobile_app: Camera Stream Webhook ( #36839 )
2020-06-15 19:09:53 -07:00