ochlocracy
dc8c085872
Support default display category based one switch device_class. ( #28221 )
2019-11-25 14:50:43 -08:00
Quentame
f971e16749
Move eddystone_temperature imports at top-level ( #29052 )
...
* Move eddystone_temperature imports at top-level
* Fix pylint ?
2019-11-25 23:46:12 +01:00
Heine Furubotten
04754b354c
Entur public transport code owner ( #29080 )
...
* entur code owner
* gen codeowners file
2019-11-25 23:45:33 +01:00
Heine Furubotten
66b7dfec53
Nilu integration code owner ( #29081 )
...
* nilu code owner
* gen codeowners file
2019-11-25 23:45:14 +01:00
Quentame
c4108fec4f
Move yi imports at top-level ( #29001 )
...
* Move yi imports at top-level
* Review 1 : removing useless disable=import-error
* Review 2 : removing useless disable=import-error
2019-11-25 15:32:35 -07:00
majuss
3dd5222ec7
Bumped lupupy to version 0.0.18 ( #28989 )
...
* Bumped lupupy
* Ran gen req
* Ran gen hassfest
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
2019-11-25 20:21:54 +01:00
SukramJ
9a5dc848c9
Fix climate device actions ( #28660 )
...
* limit climate device actions
* update test
* use supported_features for device_action
* Fix tests
* user support_features for device_condition
2019-11-25 11:12:00 -08:00
Bas Nijholt
ea6417bea3
track Raspberry Pi 4 image in the version integration ( #29059 )
2019-11-25 10:07:27 -08:00
Quentame
e40dda3ce3
Move econet imports at top-level ( #29050 )
2019-11-25 16:06:37 +01:00
Ville Skyttä
f504ac8c65
Drop < 0.97 Huawei LTE sensor unique id migration workaround ( #29060 )
2019-11-25 16:06:10 +01:00
Pascal Vizeli
9dc63419c4
Bump numpy 1.17.4 / opencv 4.1.2 for Python 3.8 ( #29061 )
2019-11-25 16:05:21 +01:00
fredericvl
3e4f7fddf2
Handle offline state of SAJ inverters ( fixes #29007 ) ( #29009 )
...
* Fix for SAJ issue #29007
* Sort mapping
2019-11-25 08:46:49 -05:00
Quentame
335473cb71
Move hdmi_cec imports at top-level ( #29056 )
2019-11-25 14:43:17 +01:00
SukramJ
1043712c54
Code maintenance for HomematicIP Cloud ( #28980 )
...
* Add more type hints to Homematic IP Cloud
* Rename device to entity in async_setup_entry
2019-11-25 14:17:14 +01:00
Otto Winter
b927f40f00
Add climate hvac_action for ESPHome ( #28993 )
...
* Add climate action
* Bump aioesphomeapi
2019-11-25 14:13:19 +01:00
Quentame
5edc45e9af
Move fibaro imports at top-level ( #28995 )
2019-11-25 14:12:01 +01:00
springstan
ccb05764b6
Move imports to top for ffmpeg_motion and ffmpeg_noise ( #29026 )
...
* Move imports to top for ffmpeg_motion and ffmpeg_noise
* Fixed tests
2019-11-25 14:11:23 +01:00
Quentame
71bafba9ec
Move ecoal_boiler imports at top-level ( #29049 )
2019-11-25 14:08:52 +01:00
Quentame
cb5d00a07b
Move ebox imports at top-level ( #29048 )
2019-11-25 14:08:28 +01:00
kuchel77
63f66785ad
Added error checking ( #29041 )
...
Add in error checking in case disks or volumes are empty.
2019-11-25 14:08:04 +01:00
Quentame
752a4d7221
Move dyson imports at top-level ( #29047 )
2019-11-25 14:06:39 +01:00
Quentame
193769c791
Move vizio imports at top-level ( #29046 )
2019-11-25 14:05:46 +01:00
Quentame
3122182ab2
Move edimax imports at top-level ( #29053 )
2019-11-25 14:05:07 +01:00
Michaël Arnauts
c21c167f4e
Use TADO_MODE for temperature overrides in tado climate component. ( #29014 )
...
* Use TADO_MODE for temperature overrides in tado climate component.
* Fix typo in pydoc
* Add myself as a code owner
* Update CODEOWNERS file
2019-11-25 14:04:36 +01:00
Chris Halls
5690313084
Report device unavailable state through Emulated Hue ( #29029 )
...
If an entity is in unavailable state in HA, we expose this
as unreachable to Hue clients. This helps when troubleshooting
Hue issues because you can now receive feedback if there is an issue
on the HA side.
2019-11-25 12:17:08 +01:00
springstan
aa00e56e1c
Move imports to top for discovery ( #29020 )
2019-11-25 12:15:55 +01:00
escoand
430f7bdfd4
Catch samsungtv websocket exceptions ( #28849 )
...
* catch websocket exceptions
* fix syntax
* use exceptions from base class
* add comments
* add test
2019-11-25 10:45:50 +01:00
Fabian Affolter
5b64052d69
Upgrade discord.py to 1.2.5 ( #28998 )
2019-11-25 09:50:10 +01:00
springstan
cc3559d54c
Move imports to top for geizhals ( #29021 )
2019-11-25 09:43:59 +01:00
springstan
ee038999fc
Move imports to top for todoist ( #29022 )
2019-11-25 09:43:29 +01:00
springstan
fe9084bb3b
Move imports to top for watson_tts ( #29023 )
2019-11-25 09:42:37 +01:00
Quentame
5822deda1d
Move philips_js imports at top-level ( #29003 )
2019-11-25 09:41:37 +01:00
Philipp Schmitt
6307f383a7
Fix #27028 ( #29042 )
2019-11-25 09:40:32 +01:00
Josh Anderson
8fade79a0a
Add an early start sensor for heating zones ( #28732 )
2019-11-25 09:13:59 +01:00
Franck Nijhof
48c289fad3
Alexa gracefully handle climate devices without presets ( #29010 )
2019-11-24 19:57:18 -08:00
Michaël Arnauts
647595fd67
Move imports to the top for Tado. ( #29016 )
2019-11-24 22:47:31 +01:00
springstan
1495df374b
Made spotify playlist name validation less strict ( #28684 )
2019-11-24 20:53:26 +01:00
springstan
ce8e0e5489
Move imports to top for volkszaehler ( #29025 )
2019-11-24 20:31:15 +01:00
HomeAssistant Azure
7c6b38d308
[ci skip] Translation update
2019-11-24 00:32:21 +00:00
Fabian Affolter
bbca6e3ac2
Upgrade shodan to 1.20.0 ( #28983 )
...
* Upgrade shodan to 1.20.0
* Upgrade mutagen to 1.43.0
2019-11-23 23:12:02 +01:00
Fabian Affolter
98eae305e2
Upgrade zeroconf to 0.24.0 ( #28986 )
2019-11-23 23:11:01 +01:00
Bram Kragten
6ad74fba30
Updated frontend to 20191119.6 ( #28996 )
2019-11-23 13:12:56 -08:00
Andrey Kupreychik
9fd8ffdc44
Bumped keenetic NDMS2 client version to 0.0.11 ( #28990 )
2019-11-23 21:22:50 +01:00
Fabian Affolter
2a8e99d799
Upgrade mutagen to 1.43.0 ( #28984 )
2019-11-23 18:01:27 +01:00
Jesse Hills
ebd38395fb
Update pyjuicenet dependency ( #28958 )
...
Closes #28926
2019-11-23 16:46:48 +01:00
Fabian Affolter
f1d4a3cd6e
Catch Zeroconf exception ( #28728 )
...
* Catch Zeroconf exception
* Make it an error
2019-11-23 16:46:06 +01:00
jjlawren
2c00a9ec68
Fix Plex setup race condition v2 ( #28943 )
...
* Connect websocket when platforms ready, not when HA is ready
* Use callbacks from platform setup tasks instead
* Convert setup to async
* Apply suggestions from code review
Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
2019-11-23 09:16:21 -06:00
majuss
614842bcf2
Bumped pypca to 0.0.7 ( #28976 )
2019-11-23 14:41:52 +01:00
shred86
0a58853689
Fix temp not being reported properly ( #28973 )
2019-11-23 12:29:54 +01:00
Josef Schlehofer
b4f477f4de
Upgrade youtube_dl to 2019.11.22 ( #28964 )
2019-11-23 11:13:44 +01:00