Daniel Høyer Iversen
aa176312a5
Update switchmate library ( #17519 )
2018-10-16 20:08:34 +02:00
Daniel Høyer Iversen
6235aae196
Update mill library ( #17520 )
2018-10-16 20:08:04 +02:00
Ben Lebherz
764ea06795
Fix unhandled exception which creates many useless logs ( #17508 )
...
* Fix unhandled exception which creates many useless logs
* recover old component logic, sorry
* remove inline conditional
2018-10-16 16:41:38 +02:00
Charles Garwood
9c52a3ce22
Z-Wave Device Registry Support ( #17291 )
...
* Add device_registry support for sensor and switch domains
* Add device_registry support for light
* Add device registry to binary_sensor, climate, cover
* Add device registry to zwave fan
* Fix test for config entry loading
* lint
* revert erroneous modification
* Revert device_registry.py change
2018-10-16 14:58:25 +02:00
Tsvi Mostovicz
c6d9ceca63
Bump hdate version to 0.6.5 ( #17510 )
...
* Bump hdate version to 0.6.4
* Bump to 0.6.5
* Change test so we check when passing tzinfo object
2018-10-16 13:45:39 +02:00
ehendrix23
fee87cd6ed
Add LogBook support to HomeKit ( #17180 )
2018-10-16 13:32:53 +02:00
William Scanlon
71ab8a9b1a
Moved Wink water heater from climate to water heater. ( #17504 )
...
* Moved Wink water heater from climate to water heater.
* Remove deprecated states from Tuya
* Update toon.py
* Update toon.py
* Lint
2018-10-16 11:27:01 +02:00
Robert Svensson
a795093705
UniFi POE control ( #17011 )
...
* First commit
* Feature complete?
* Add dependency
* Move setting poe mode logic to library
* Use guard clauses
* Bump requirement to 2
* Simplify saving switches with poe off
* Store and use poe mode
* Fix indentation
* Fix flake8
* Configuration future proofing
* Bump dependency to v3
* Add first test
* Proper use of defaults with config flow (thanks helto)
* Appease hound
* Make sure there can't be duplicate entries of combination host+site
* More tests
* More tests
* 98% coverage of controller
* Fix hound comments
* Config flow step init not necessary
* Use async_current_entries to check if host and site for controller is used
* Remove storing/restoring poe off devices to slim PR
* First batch of switch tests
* More switch tests.
* Small improvements and clean up
* Make tests pass
Don't name device in device registry
* Dont process clients that belong to non-UniFi POE switches
* Allow selection of site from a list in config flow
* Fix double blank lines in method
* Update codeowners
2018-10-16 10:35:35 +02:00
Nikolay Vasilchuk
0c0c471447
Fix: Connection pool of Request object is smaller than optimal value (8) ( #17483 )
2018-10-16 10:22:57 +02:00
Daniel Shokouhi
dc7e5e3af4
Add unique_id for Ring ( #17497 )
2018-10-16 10:06:00 +02:00
Aaron Bach
a9389d2d43
Bumps simplisafe-python to 3.1.12 ( #17509 )
...
* Bumps simplisafe-python to 3.1.12
* Updated requirements
2018-10-15 22:54:32 -06:00
Alexander Lyon
993a02b8c4
Fix the sabnzbd component api error ( #17014 )
...
* Bump pysabnzbd version number
* Pass hass aiohttp session to pysabnzbd
2018-10-16 00:18:59 +02:00
Aaron Bach
29c2b2fe79
Clean up OpenUV config flow ( #17349 )
...
* Cleaned up OpenUV config flow
* Added proper listener removal
* Added proper exception
* Unnecessary exception message
* Moved API key error to correct place
* Member-requested changes (part 1)
* Hound
* Member-requested changes (part 2)
* Cleanup
* Fixed tests
2018-10-15 13:21:21 -06:00
Daniel Perna
73197c9a6c
Update pyhomematic to 0.1.51 ( #17491 )
2018-10-15 21:15:26 +02:00
Anders Melchiorsen
1a5048baaf
Add device info for LIFX ( #17330 )
...
* Add device info for LIFX
* Address review comments
2018-10-15 20:46:33 +02:00
Daniel Perna
9718a17351
Fix HomeMatic availability detection ( #17341 )
...
* Fix availability detection
2018-10-15 20:34:03 +02:00
Dougal Matthews
6feacbbfe1
Include the name of the Volumio media player in errors ( #17481 )
...
When you have multiple Volumio media players it can be hard to determine
which one has a problem without this information.
2018-10-15 19:11:12 +02:00
Paulus Schoutsen
4ea71b0602
Merge pull request #17480 from home-assistant/rc
...
0.80.1
2018-10-15 16:10:50 +02:00
emontnemery
2ceb4d2d1e
Refactor RFLink component ( #17402 )
...
* Start refactor of RFLink component
* alias _id not added correctly
Aliases for sensor not added correctly
And some debug traces.
* Update rflink.py
* Cleanup, fix review comments
* Call event handlers directly when processing initial event
* Use hass.async_create_task when adding discovered device
* Review comments
* Review comments
2018-10-15 15:35:33 +02:00
Paulus Schoutsen
708334c0c2
Bumped version to 0.80.1
2018-10-15 15:31:12 +02:00
Paulus Schoutsen
b5272f2bc7
Fix websocket API ( #17471 )
2018-10-15 15:30:21 +02:00
Pascal Vizeli
80867cc9b7
Bugfix eventstream with EOF on end ( #17465 )
2018-10-15 15:30:20 +02:00
Tommy Jonsson
f92b392a24
Fix hangout.send_message requiring data key ( #17393 )
2018-10-15 15:30:20 +02:00
Martin Berg
220054a6c3
Fix arm/disarm calls. ( #17381 )
2018-10-15 15:30:19 +02:00
Pascal Vizeli
0904ff45fe
Cleanup HM Notify platform ( #17355 )
...
* Cleanup HM Notify platform
* Fix python 3.5.4
* Update homematic.py
* Update homematic.py
2018-10-15 13:26:09 +02:00
Niels Mündler
d6752d2270
Fix rangefilter ( #17473 )
...
* Fix rangefilter
RangeFilter would break for lower or upper bounds of 0, evaluating to False and thus not being handled correctly as bounds
* Add test for zero bounds
2018-10-15 12:24:21 +02:00
Julius Mittenzwei
373e3b12d8
Switched to async_fire ( #17472 )
2018-10-15 12:16:40 +02:00
Paulus Schoutsen
e985f30247
Fix websocket API ( #17471 )
2018-10-15 11:48:36 +02:00
Adam
22bf4d0783
Re-assign conditions ( #17364 )
2018-10-15 11:43:27 +02:00
kennedyshead
1cbb5b8e51
State is set to UNKNOWN rather than ON in order to make UI have an play/pause button ( #17357 )
2018-10-15 11:42:27 +02:00
Paulus Schoutsen
ac79ff9e24
Add context to scripts run by template entities ( #17329 )
2018-10-15 11:38:49 +02:00
Anders Melchiorsen
0bf10b0b09
Fire an event when timer gets out of sync ( #17398 )
2018-10-15 11:34:36 +02:00
Ville Skyttä
31981fde7e
Make dicttoxml logging less verbose ( #17446 )
2018-10-15 11:25:38 +02:00
Ville Skyttä
4fce051838
Add RSRQ, RSRP, and SINR to huawei_lte default sensors ( #17425 )
...
These are important LTE signal monitoring values.
2018-10-15 11:22:49 +02:00
Rohan Kapoor
bd450ee9ff
Migrate CONF_WEBHOOK_ID to homeassistant.const ( #17460 )
...
* Migrate CONF_WEBHOOK_ID to homeassistant.const
* Switch over all instances of webhook_id to the const
* Switch last instance of webhook_id to the const
* automation: conf constants for conf
* webhook: conf constants for conf
2018-10-15 11:18:21 +02:00
Malte Franken
879924fea4
refactored to make its code structure similar to nsw_rural_fire_service_feed platform ( #17461 )
2018-10-15 11:17:46 +02:00
Pascal Vizeli
3b0db291dd
Bugfix eventstream with EOF on end ( #17465 )
2018-10-15 10:31:49 +02:00
Julius Mittenzwei
a71cc67efb
Fix NoEntitySpecifiedError during knx startup ( #17366 )
...
* Potential fix for #13699
* removed uneccessary initialization of hass
* removed hass from signature
2018-10-15 03:29:36 +02:00
Tsvi Mostovicz
c5905ee5ca
Show torah reading during weekdays ( #17447 )
...
* Add support for showing torah reading on weekdays as well
* Update docstrings for test functions
2018-10-14 23:55:11 +02:00
Craig J. Midwinter
3edcc9420a
Update pysher version ( #17455 )
2018-10-14 23:51:15 +02:00
Aaron Bach
b022dde622
Bumped simplisafe-python to 3.1.11 ( #17454 )
...
* Bumped simplisafe-python to 3.1.10
* Updated requirements
* Updated requirements
2018-10-14 14:26:44 -06:00
kennedyshead
1187e0aea5
Remove day as a conf option ( #17452 )
2018-10-14 21:33:18 +02:00
Daniel Høyer Iversen
a401be9b1b
New climate device ( #17313 )
...
* initial version of millheater
* Remove unused imports
* Add some comments
* separate lib
* fix review comments
2018-10-14 20:22:20 +02:00
Paulus Schoutsen
49a9b61f6f
Update frontend to 20181014.0
2018-10-14 19:17:41 +02:00
Paulus Schoutsen
ed683d8c2c
Update frontend to 20181014.0
2018-10-14 19:17:30 +02:00
Fabian Affolter
d4061b73b0
Upgrade youtube_dl to 2018.10.05 ( #17429 )
2018-10-14 17:14:06 +02:00
Fabian Affolter
9305ea9a6b
Upgrade numpy to 1.15.2 ( #17431 )
2018-10-14 17:13:25 +02:00
Fabian Affolter
7b0c88c54b
Update docstrings ( #17435 )
2018-10-14 17:12:34 +02:00
Fabian Affolter
253e154a79
Minor updates ( #17436 )
2018-10-14 17:11:39 +02:00
Fabian Affolter
daf48a3b1f
Minor updates ( #17437 )
2018-10-14 17:10:46 +02:00