Andrey
c1eed148cc
Clean up value_added in zwave light. ( #6074 )
2017-02-17 23:54:45 -08:00
Erik Eriksson
62fe9f955e
update dovado version ( #6081 )
2017-02-18 08:15:32 +01:00
Daniel Høyer Iversen
b857f838df
Broadlink ( #6051 )
...
* Add fail checking of broadlink data
2017-02-18 07:38:50 +01:00
Philipp Schmitt
c2dc940819
Update liveboxplaytv and catch connection errors ( #6056 )
...
* Update liveboxplaytv and catch connection errors
* Implement @pvizeli's suggestion
* lint
2017-02-17 21:40:19 +01:00
William Scanlon
8a5fe38d69
Slugify trackr device_id ( #6062 )
...
* Slugify trackr device_id
* Removed replace
2017-02-17 21:39:05 +01:00
Andrey
91c3a49a5b
Zwave: Add forgotten service file ( #6073 )
...
* add print
* Add 'print_node' service to zwave.
* Add forgotten service file
2017-02-17 22:09:38 +02:00
Andrey
1f72506f9b
Add 'print_node' service to zwave ( #6069 )
...
* add print
* Add 'print_node' service to zwave.
2017-02-17 22:03:55 +02:00
Adam Mills
843840b963
Add effect_list to hue light ( #6065 )
2017-02-17 20:37:45 +02:00
Andrey
bb64560089
Zwave: Make different messages for ignores by woraround and device config. ( #6061 )
2017-02-17 16:19:21 +01:00
Walker Boyle
ba305ee71c
Add aurora sensor ( #6003 )
...
* Add aurora sensor
* allow custom forecast threshold for aurora binary sensor
* move AuroraGateway functionality to Aurora data object to conform with HA standards
2017-02-17 09:13:52 +01:00
Andrey
905f4bf994
Support zwave glob & domain device settings. ( #6046 )
...
* Support zwave glob & domain device settings.
* data[DATA_DEVICE_CONFIG].get() now always return non-None
* Update test
* Update tests2
* Lint fix
2017-02-16 15:19:22 -08:00
Pascal Vizeli
a496a7c792
Protect device_tracker scan interval / TTS logging ( #6041 )
...
* Protect device_tracker scan interval / TTS logging
* clear pass
2017-02-16 07:13:33 -08:00
Jose Juan Montes
714ba31b75
Mediaplayer clementine remote ( #5877 )
...
* Added Clementine Music Player Remote component.
* Remove stale stuff
2017-02-16 15:34:34 +01:00
Pascal Vizeli
2574b915dd
Fix name in logging message ( #6039 )
...
Add an optional extended description…
2017-02-16 10:30:12 +01:00
Thibault Cohen
1eceb405ce
[WIP] Hydroquebec plugin now use pyhydroquebec lib ( #6000 )
...
* Hydroquebec plugin now use pyhydroquebec lib
* Fix logger message
* Fix platform name
2017-02-16 10:22:21 +01:00
Thibault Cohen
8bef7d84bb
Add Ebox sensor component ( #5998 )
...
* Add Ebox sensor component
* Fix PR #5998 comments
* Fix logger message
2017-02-16 09:29:43 +01:00
Jon Caruana
9c176ad85a
LiteJet: Lights should have the option to dim in the UI. ( #6031 )
...
* LiteJet: Lights should have the option to dim in the UI.
* Fix lint error.
2017-02-15 22:41:03 -08:00
Paulus Schoutsen
0f1a254f3b
Update frontend
2017-02-15 22:33:52 -08:00
Pascal Vizeli
6674a8ad57
[Device Tracker] Remove coro ( #6014 )
...
* Remove coro and make flow faster.
* fix lint
* address comments
2017-02-15 19:52:06 -08:00
Paulus Schoutsen
235d0057b1
Simplify customize ( #6007 )
...
* Simplify customize
* Maintain glob order
* Have glob overrule domain
2017-02-15 19:47:30 -08:00
Adam Mills
eb9400de4c
cmus remove IO from properties ( #6030 )
2017-02-15 19:13:25 -08:00
Thibault Cohen
4addcccfac
Update to pyfido 0.1.4 ( #6033 )
2017-02-15 19:12:29 -08:00
Thibault Cohen
5895f431b4
[WIP] Add Fido sensor ( #5997 )
...
* Add Fido sensor
* Fix PR #5997 comments
* Make error message usable
2017-02-15 21:21:38 +01:00
Erik Eriksson
0d06454a94
eliqonline lib upgrade ( #6021 )
2017-02-15 19:02:58 +01:00
Pierre Ståhl
fdb6dd81ce
Add fake support for turn on/off for Apple TV ( #5962 )
...
* Add fake support for turn on/off for Apple TV
When the device is "turned off", no requests are sent to the device.
When the setting "start_off" is set to true, the device starts in off
state.
* Fix async comments
* Clean up supported features
2017-02-15 09:10:48 -08:00
Johan Bloemberg
2d33ee6258
Reconnect robustness, expose connection state. ( #5869 )
...
* Reconnect robustness, expose connection state.
- Expose connection status as rflink.connection_status state.
- Handle alternative timeout scenario.
- Explicitly set a timeout for connections.
- Error when trying to send commands if disconnected.
- Do not block component setup on gateway connection.
* Don't use coroutine where none is needed.
* Test disconnected behaviour.
* Use proper conventions for task creation.
* Possibly fix test race condition?
* Update hass import style
2017-02-15 16:10:19 +01:00
George.M
b1fa178df4
Added a config flag[Boolean] to declare if SenseHAT is attached ( #5883 )
...
* Added a config flag[Boolean] to declare if SenseHAT is attached to RaspberryPi
* Hound found a line too long violation - fix
2017-02-15 11:11:55 +01:00
Robbie Trencheny
cf99551110
Merge pull request #6008 from tdickman/dev
...
Fix abreviation for miles in darksky sensor
2017-02-14 23:57:33 -08:00
happyleavesaoc
58e707a264
Limitless light: bump version; fix conf ( #6006 )
2017-02-15 08:45:04 +02:00
Tom Dickman
71dc41655c
Fix abreviation for miles in darksky sensor
2017-02-14 23:06:06 -06:00
Pascal Vizeli
80bc2666ac
Make homematic climate dynamic for datapoints. ( #5993 )
...
* Make homematic climate dynamic for datapoints.
* Code cleanup
* Add more option
* add options
* Pump version 0.1.22
* optimaze
2017-02-14 23:19:57 +01:00
arraylabs
039559882b
myq-cover updated to new requirement file, changed error message to be more informative ( #5995 )
2017-02-14 12:03:50 -08:00
Adam Mills
2993a4a7a5
Add object-assign polyfill support to polymer ( #5994 )
...
* Add object-assign polyfill support to polymer
* Conditionally load compatibility.js
* Remove compatibility preload
* Include newly compiled files
* Update compiled frontend with latest polymer
2017-02-14 12:00:45 -08:00
Pascal Vizeli
30ad8bcc80
Bugfix sonos favorite_source after lost connection ( #5996 )
2017-02-14 11:59:54 -08:00
Paulus Schoutsen
409b74b780
Update hassbian component with real output ( #5989 )
2017-02-14 09:34:17 -08:00
Pascal Vizeli
4b8e6e36b6
Make EntityComponent update process more robust. ( #5943 )
...
* Make EntityComponent update process more robust.
* address paulus comments
* Add platform to log message.
2017-02-14 09:32:40 -08:00
Fabian Affolter
cd9f3fa215
Upgrade pylast to 1.8.0 ( #5991 )
2017-02-14 13:10:38 +01:00
Sören Oldag
a06f89085d
Added limitlessled support for bridge v6 and RGBWW bulbs. ( #5958 )
...
* Added limitlessled support for bridge v6 and RGBWW bulbs.
* Fix minor code style issue.
* Updated requirements_all.txt
2017-02-14 11:12:32 +01:00
happyleavesaoc
1bdd8e235a
timeMin fix ( #5983 )
...
Add an optional extended description…
2017-02-14 10:30:16 +01:00
PetePriority
e17410c9a1
Added fritzbox_netmonitor.py ( #5469 )
...
* Added fritzbox_netmonitor.py
* Implemented changes
2017-02-13 23:58:23 -08:00
Fabian Affolter
f82ac0af60
Enable sensor for discovery ( #5974 )
...
* Enable sensor for discovery
* Remove blank line
2017-02-13 23:54:13 -08:00
Paulus Schoutsen
462b47c725
Update frontend ( #5987 )
2017-02-13 22:25:26 -08:00
Paulus Schoutsen
52567b1a48
Fix Z-Wave node config ( #5986 )
2017-02-13 22:16:39 -08:00
Andrey
ffb46ab541
Add 'days' flag to history fetch urls. ( #5895 )
...
* Add 'days' flag to history fetch urls.
* Fix unrenamed variable
* Switch to end_time param instead of days
* Checkthat end_time is parsed
2017-02-13 22:10:39 -08:00
Paulus Schoutsen
0effe14619
Z-Wave file name fix ( #5985 )
2017-02-13 21:58:16 -08:00
Andrey
e70b7ab509
Allow printing the number of states returned by history and time it took to extract. ( #5973 )
2017-02-13 21:48:53 -08:00
Paulus Schoutsen
36c196f9e8
Add initial Z-Wave config panel ( #5937 )
...
* Add Z-Wave config panel
* Add config to Z-Wave dependencies
* Lint
* lint
* Add tests
* Remove temp workaround
* Lint
* Fix tests
* Address comments
* Fix tests under Py34
2017-02-13 21:34:36 -08:00
Robbie Trencheny
6005933451
Merge pull request #5975 from fabaff/unit-moon
...
Remove unit of measurement
2017-02-13 18:08:49 -08:00
William Scanlon
41c2392f8b
Fix #5979 ( #5980 )
2017-02-13 21:08:37 -05:00
Fabian Affolter
e866eeb518
Remove unit of measurement
2017-02-13 23:04:25 +01:00