Jason Hu and GitHub
97394df0b9
Only authenticate request when owner can be found
2019-01-11 00:26:25 -08:00
Tyler Page and Daniel Høyer Iversen
c3e9bd1444
Change state() to try/except to catch KeyError ( #19935 )
...
* Change state() to try/except to catch KeyError
When Tautulli is up but Plex is down, the API doesn't return a 'stream_count' key. This causes calls to state() to raise KeyError exceptions. The new code includes a try/except to catch the KeyError and return -1 signifying that the Tautulli API cannot talk to Plex
* Update tautulli.py
2019-01-11 08:48:36 +01:00
mindigmarton and Martin Hjelmare
31d92683f7
Add emulated_roku component ( #17596 )
...
* Add emulated_roku component
* Add emulated_roku config tests
* Fix emulated_roku test dependencies
* Remove emulated_roku yaml support, add tests
* Add yaml support, simplify config flow
* Improve emulated_roku code quality
* Fix emulated_roku translation, improve code quality
* Fix emulated_roku translation
* Bump emulated_roku to 0.1.6 to fix SSDP discovery
* Bump emulated roku to 0.1.7, refactor component start/stop methods
2019-01-11 03:20:35 +01:00
Thomas Hervé and Paulus Schoutsen
cee51ecb2b
Remove spurious libzwave error ( #19928 )
...
If a network_key is not configuired, the following error is logged:
TypeError: expected bytes, NoneType found
Exception ignored in: 'libopenzwave.str_to_cppstr'
TypeError: expected bytes, NoneType found
We don't need to set the key if it's None, let's skip in that case.
2019-01-10 17:45:50 -08:00
Paulus Schoutsen and GitHub
646aaab936
Fix botvac connected alert retrieval ( #19937 )
2019-01-10 17:43:50 -08:00
Fabian Affolter and Paulus Schoutsen
4c1eeb9e96
Upgrade pylast to 3.0.0 ( #19938 )
2019-01-10 17:43:31 -08:00
Abílio Costa and Paulus Schoutsen
ca460ace5d
Small refactoring for the alexa component ( #19782 )
...
* small refactoring
* fix tests
2019-01-10 17:39:49 -08:00
Kevin Fronczak and Paulus Schoutsen
2be0d1b096
Upgrade blinkpy and use calibrated temperature for sensor ( #19723 )
2019-01-10 17:24:35 -08:00
Sergey Rymsha and Paulus Schoutsen
47f64b472d
Add nad telnet ( #19704 )
...
* fix cla-bot
* fix bug introduced after linter complaint
* merge two components into one
support telnet port configuration
* remove obsolete nadtcp component. nad component must be used instead.
* back to correct nad_receiver version
2019-01-10 17:21:57 -08:00
SNoof85 and Paulus Schoutsen
96d20a64d5
add_entities -> async_add_entities ( #19943 )
...
Better state handling at HA startup
2019-01-10 17:13:29 -08:00
arigilder and Paulus Schoutsen
4d187e08d4
Add sensors to jewish_calendar for upcoming Shabbat times ( #19278 )
...
* Initial pass of cleanup for shabbat_times
* Switch to async defs
* First pass of unit tests + fixture data
* Completion of first round of unit tests, 100% passing
* Unit tests for state restoring
* Style fixes
* More style fixes
* Lint fix
* Add upcoming candelighting and havdalah sensors
* Add unit tests, remove havdalah offset
* More unit tests + small bugfix for weekly_portion
* Add issur melacha sensor
* Remove old shabbat_times work-in-progress files
* Bump required version of hdate
* Add havdalah offset config parameter
* Bump hdate version required
* Pin hdate requirement
* Lint fixes
* Changes based on review + API changes for hdate 0.8.7
* Add three-day holiday unit tests
* Remove debugging line
* Add missing docstring
* Fix doc lint comment
2019-01-10 16:27:34 -08:00
so3n and Paulus Schoutsen
4d52adb008
Remove Discovery dependency from konnected.py ( #19910 )
2019-01-10 15:53:12 -08:00
Abílio Costa and Paulus Schoutsen
6c29315088
Add Alexa's EndpointHealth reporting ( #19784 )
...
* add Health reports
* add health report for all devices
* update tests
* Update homeassistant/components/alexa/smart_home.py
Co-Authored-By: abmantis <abmantis@users.noreply.github.com >
* lint
* add tests
2019-01-10 15:52:21 -08:00
Daniel Shokouhi
6403a13ea3
Fix botvac connected alert retrieval
2019-01-10 13:56:10 -08:00
Fabian Affolter
de76b59d0b
Upgrade youtube_dl to 2019.01.10
2019-01-10 22:50:39 +01:00
Clifford W. Hansen and Joakim Sørensen
616f23ae1d
Add btle_name attribute to devices ( #19915 )
...
* Update googlehome.py
Added name from bluetooth device to attributes
* Update homeassistant/components/device_tracker/googlehome.py
Check if key exists before assigning name
Co-Authored-By: cliffordwhansen <clifford@nighthawk.co.za >
2019-01-10 21:55:17 +01:00
Alexei Chetroi and David F. Mulcahey
d859c3fa86
Don't map LevelControl to light for single cluster devices. ( #19929 )
2019-01-10 14:43:24 -05:00
Richard Mitchell and Jason Hu
e753ffca94
Correctly map Nest hvac_state to Home Assistant states. ( #19895 )
2019-01-10 09:28:01 -08:00
Roy Duineveld and Fabian Affolter
c44f5d31ef
Plant monitor defaults ( #19891 )
...
* Plant monitor defaults
* houndci-bot fixes
2019-01-10 15:49:13 +01:00
Jérôme Wiedemann
e6a2c18430
min_max sensor support for STATE_UNAVAILABLE
2019-01-10 13:48:24 +01:00
Artem Tokarev and Michaël Arnauts
8b49ecbe7d
Removed mkdir, If the WORKDIR doesn’t exist, it will be created. ( #19892 )
2019-01-10 07:18:59 +01:00
Aaron Bach and GitHub
01eee52990
Bump pyflunearyou to 1.0.1 ( #19899 )
2019-01-09 19:38:19 -07:00
Paulus Schoutsen and GitHub
70a8cac19d
Merge pull request #19897 from home-assistant/rc
...
0.85.0
0.85.0
2019-01-09 16:51:11 -08:00
Paulus Schoutsen
9aed40a88d
Update translations
2019-01-09 15:29:31 -08:00
Paulus Schoutsen
7641658e38
Bumped version to 0.85.0
2019-01-09 15:13:29 -08:00
Florian Ludwig and Paulus Schoutsen
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 and Martin Hjelmare
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 and GitHub
64b4c8f43a
Fix deprecation warning ( #19882 )
2019-01-08 21:09:47 -08:00
Paulus Schoutsen and GitHub
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 and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
ed41421a3d
Fix error when trying to log used UPnP device, if multiple found ( #19875 )
2019-01-08 20:23:49 -08:00
Alistair Galbraith and Paulus Schoutsen
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 and Paulus Schoutsen
4ec313cb3b
Bump aioesphomeapi ( #19838 )
2019-01-08 20:23:47 -08:00
Fredrik Erlandsson and Paulus Schoutsen
68e33fdbf5
fixes #19814 , Daikin config setting ( #19823 )
2019-01-08 20:23:47 -08:00
cdheiser and Paulus Schoutsen
312ad7057d
Fix a bug in Lutron RadioRA2 Scene support ( #19819 )
2019-01-08 20:23:46 -08:00
cdce8p and Paulus Schoutsen
0d49b19624
Update HAP-python to 2.4.2 ( #19776 )
...
* Bugfixes for connection issues
2019-01-08 20:23:46 -08:00
Otto Winter and Paulus Schoutsen
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 and Paulus Schoutsen
ed881f399f
Don't slugify unique id ( #19770 )
2019-01-08 20:23:45 -08:00
Sebastian Muszynski and Paulus Schoutsen
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 and Paulus Schoutsen
3453d31f01
Use manufacturer id only for configure_reporting only when specified. ( #19729 )
2019-01-08 20:23:44 -08:00
Eliseo Martelli and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
6d9fda04ac
add entity support to hive ( #19879 )
2019-01-08 20:15:12 -08:00
Pascal Vizeli and Paulus Schoutsen
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 and Paulus Schoutsen
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