Paulus Schoutsen
7641658e38
Bumped version to 0.85.0
2019-01-09 15:13:29 -08:00
Florian Ludwig
8cf595dd3e
assign user to websocket connection when using legacy_api_password ( #19797 )
2019-01-09 15:13:13 -08:00
Paulus Schoutsen
f17d6c0593
Updated frontend to 20190109.0
2019-01-09 15:12:52 -08:00
Paulus Schoutsen
5cab319798
Updated frontend to 20190109.0
2019-01-09 15:12:29 -08:00
Rendili
4394e37df9
Bug fix with getting a device battery level when API unavailable for Hive ( #19841 )
...
* hive updates - bug fix and add entity registration
* remove hive entity registration code
2019-01-09 11:21:03 +01:00
Paulus Schoutsen
64b4c8f43a
Fix deprecation warning ( #19882 )
2019-01-08 21:09:47 -08:00
Paulus Schoutsen
a3d05328ec
Refactor motion sensor of the xiaomi_aqara platform ( #19805 )
...
* Refactor motion sensor
* Improve debug output
2019-01-08 20:48:09 -08:00
Rohan Kapoor
2bdbf6955d
Migrate geofency over to the Webhook component ( #18951 )
...
* Migrate geofency over to the Webhook component
* Return web.Response correctly
* Fix test
* Lint
* Fix error that tests caught
2019-01-08 20:47:05 -08:00
Florian Ludwig
23382ab199
assign user to websocket connection when using legacy_api_password ( #19797 )
2019-01-08 20:45:24 -08:00
Paulus Schoutsen
8a3d43745d
Bumped version to 0.85.0b1
0.85.0b1
2019-01-08 20:23:59 -08:00
Pascal Vizeli
6b56985e01
Update OZW to 0.1.2 ( #19878 )
...
* Update ozw 0.1.2
* Update requirements_all.txt
2019-01-08 20:23:49 -08:00
Steven Looman
ed41421a3d
Fix error when trying to log used UPnP device, if multiple found ( #19875 )
2019-01-08 20:23:49 -08:00
Alistair Galbraith
f019131352
Resolves #17196 , Resolves #18739 - Hue Beyond light fixture errors ( #19874 )
...
* Resolves #17196 , Resolves #18739 - Hue Beyond light fixtures being incorrectly recognized
* Removed long code lines that were failing code review
* Removed trailing whitespace
2019-01-08 20:23:48 -08:00
Otto Winter
4ec313cb3b
Bump aioesphomeapi ( #19838 )
2019-01-08 20:23:47 -08:00
Fredrik Erlandsson
68e33fdbf5
fixes #19814 , Daikin config setting ( #19823 )
2019-01-08 20:23:47 -08:00
cdheiser
312ad7057d
Fix a bug in Lutron RadioRA2 Scene support ( #19819 )
2019-01-08 20:23:46 -08:00
cdce8p
0d49b19624
Update HAP-python to 2.4.2 ( #19776 )
...
* Bugfixes for connection issues
2019-01-08 20:23:46 -08:00
Otto Winter
6d9c37d636
Fix some ESPHome race conditions ( #19772 )
...
* Fix some ESPHome race conditions
* Remove debug
* Update requirements_all.txt
* 🚑 Fix IDE line length settings
2019-01-08 20:23:45 -08:00
Sebastian Muszynski
ed881f399f
Don't slugify unique id ( #19770 )
2019-01-08 20:23:45 -08:00
Sebastian Muszynski
3a466195b9
Simplify data_key for a stable unique_id because the order of the dict will not be preserved ( Closes : #13522 ) ( #19766 )
2019-01-08 20:23:44 -08:00
Alexei Chetroi
3453d31f01
Use manufacturer id only for configure_reporting only when specified. ( #19729 )
2019-01-08 20:23:44 -08:00
Eliseo Martelli
afa0d37ff0
Rename air pollutants to air quality ( #19448 )
...
* mv component folder
* moved in airquality
* changed names in files
* renamed test init
* renamed test air quality
* renamed in tests
* renamed coverage
* fixed naming
* corrected attr names
* changed attr names
2019-01-08 20:23:43 -08:00
Otto Winter
57c96a5489
Add ESPHome native API discovery ( #19399 )
...
* ESPHome discovery
* Add note about netdisco
* 🔡
* Address comments
* Bump netdisco to 2.3.0
* Update requirements_all.txt
2019-01-08 20:21:31 -08:00
Rendili
6d9fda04ac
add entity support to hive ( #19879 )
2019-01-08 20:15:12 -08:00
Pascal Vizeli
b4c657a39c
Update OZW to 0.1.2 ( #19878 )
...
* Update ozw 0.1.2
* Update requirements_all.txt
2019-01-08 20:14:27 -08:00
Alistair Galbraith
35cb0458fa
Resolves #17196 , Resolves #18739 - Hue Beyond light fixture errors ( #19874 )
...
* Resolves #17196 , Resolves #18739 - Hue Beyond light fixtures being incorrectly recognized
* Removed long code lines that were failing code review
* Removed trailing whitespace
2019-01-08 20:13:47 -08:00
Malte Franken
6d3343e4d1
Geo Location -> Geolocation (class names and unit test comments) ( #19877 )
...
* fixed geolocation naming in class names
* fixed geolocation naming in comments in unit test
2019-01-08 20:11:51 -08:00
Thomas Lovén
f73bda1218
Allow other icon prefixes than mdi: ( #19872 )
2019-01-08 20:08:20 -08:00
Pierre
c29bffc8d8
Replace influxdb query by another query that is more lightweight ( #19880 )
...
same as #6289
2019-01-08 23:31:39 +00:00
Steven Looman
cc6e70a270
Fix error when trying to log used UPnP device, if multiple found ( #19875 )
2019-01-08 21:05:36 +00:00
Lars Lydersen
42821b5f64
Added missing operator.
2019-01-08 21:12:35 +01:00
Lars Lydersen
c164533404
Corrected formating.
2019-01-08 20:36:57 +01:00
David F. Mulcahey
acdf9c7ce2
Relay events for onoff and levelcontrol output clusters in ZHA ( #19863 )
...
* auto relay events for onoff and levelcontrol output clusters
* fix docstring
* correct copy/paste failure - review comment
* add space - review comment
2019-01-08 17:20:50 +01:00
emontnemery
0cea54cea1
Cleanup if discovered mqtt climate can't be added ( #19739 )
...
* Cleanup if discovered mqtt climate can't be added
2019-01-08 16:53:02 +01:00
emontnemery
203701bc7c
Cleanup if discovered mqtt fan can't be added ( #19741 )
...
* Cleanup if discovered mqtt fan can't be added
2019-01-08 16:51:03 +01:00
emontnemery
44f6151548
Cleanup if discovered mqtt alarm can't be added ( #19742 )
...
* Cleanup if discovered mqtt alarm can't be added
2019-01-08 16:49:47 +01:00
emontnemery
1a5fe3d880
Cleanup if discovered mqtt cover can't be added ( #19743 )
...
* Cleanup if discovered mqtt cover can't be added
2019-01-08 16:48:42 +01:00
emontnemery
a62e514d8f
Merge pull request #19744 from emontnemery/mqtt_discovery_cleanup_binary_sensor
...
Cleanup if discovered mqtt binary_sensor can't be added
2019-01-08 16:47:36 +01:00
emontnemery
f0f386e314
Cleanup if discovered mqtt sensor can't be added ( #19745 )
...
* Cleanup if discovered mqtt sensor can't be added
* No bare except
* Clear ALREADY_DISCOVERED list with helper
2019-01-08 16:46:26 +01:00
emontnemery
bb37cf906c
Cleanup if discovered mqtt lock can't be added ( #19746 )
...
* Cleanup if discovered mqtt lock can't be added
2019-01-08 16:45:38 +01:00
Fabian Affolter
406b45c6e7
Upgrade bcrypt to 3.1.5 ( #19854 )
2019-01-08 09:22:45 -05:00
kennedyshead
377b129c9c
Make asuswrt sensor optional ( #19736 ) @kennedyshead
...
* Dont load if not in config
* Adding config options for sensors
* Fixed mistake with iterating over wrong things
* lint
* lint
* Setting None state
* Using .get when fetching optional config
2019-01-08 09:14:16 -05:00
Rene Nulsch
410f19c777
Replace MyChevy persistant_notification with error log entry ( #19804 )
...
The mychevy service is notoriously unreliable, often only having 50% uptime.
Previously a persistent notification was emitted when the platform errored out.
Users have found that is happening too often, so instead log an error when
this happens instead.
2019-01-08 08:06:08 -05:00
Malte Franken
4bbfc04f5e
Geo Location -> Geolocation (comments and default group name) ( #19865 )
...
* fixed geolocation naming in comments
* fixed geolocation naming in default group name
* fixed link to documentation (after https://github.com/home-assistant/home-assistant.io/pull/8086 )
2019-01-08 11:24:57 +01:00
kennedyshead
c7a32e59b7
Fix state and attribute fetching in vasttrafik ( #19856 )
...
* Fixing state and attribute fetching
* Fixing state and attribute fetching
* Setting None state
* Need to brreak loop
2019-01-08 09:54:22 +01:00
emontnemery
fb9aad8791
Small cleanup of MQTT light ( #19816 )
...
* Small refactor of MQTT light removing unused variable
2019-01-08 07:21:26 +01:00
Fabian Affolter
493d2743ba
Merge pull request #19853 from home-assistant/upgrade-beautifulsoup4
...
Upgrade beautifulsoup4 to 4.7.1
2019-01-08 00:13:50 +01:00
Fabian Affolter
f259c5724b
Upgrade holidays to 0.9.9 ( #19851 )
2019-01-08 00:13:33 +01:00
Vincent KHERBACHE
ea8bb28d21
Fix french Amazon Polly voice 'Léa'. ( #19852 )
...
The accent must be removed (Léa -> Lea) just like the other voices (eg. Celine, Peneloppe) to match with Amazon voices ID.
Fun fact: there is no alternative name for "Léa" on Amazon Polly documentation: https://docs.aws.amazon.com/en_us/polly/latest/dg/voicelist.html , probably just omitted.
Mitigation: alternative voices (with and without accents) can be put into `SUPPORTED_VOICES`, both `voice.get('Id')` and `voice.get('Name')` must be then checked for a match.
This fixes #19802 .
2019-01-08 00:13:09 +01:00
Lars Lydersen
8aa136f7ed
Added support for spot cleaning that was introduced in pybotvac 0.12.
2019-01-07 20:03:22 +01:00