Erik Eriksson
1855f1ae85
fix for https://github.com/home-assistant/home-assistant/issues/7019 ( #7618 )
2017-06-02 00:02:26 -07:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Pascal Vizeli
4e96e461f7
Cleanup component track_point_in_utc_time usage ( #6330 )
2017-03-01 07:37:48 -08:00
Erik Eriksson
6127173d2a
cache name in entity so we can display it even if the connection is lost ( #6176 )
...
update tellduslive dependency
check return value from update
2017-02-23 12:37:25 +01:00
Erik Eriksson
f3b9fa2f41
Don't thow exception if connection to server is lost ( #5775 )
2017-02-09 09:00:18 -08:00
Erik Eriksson
89ec752064
Upgraded tellduslive ( #5664 )
2017-01-31 11:08:11 -08:00
Erik Eriksson
dbb4e4c3fa
[tellduslive] Upgrade requirement ( #4865 )
2016-12-12 20:05:38 +02:00
Erik Eriksson
2a7fa5afc3
Telldus Live: ( #4645 )
...
- Implemented support for covers and dimmable lights.
- Removed global object, use hass.data.
- Disabled polling via update.
- Inherit from common TelldusLiveEntity device.
- Configurable polling interval
- Use https API endpoint
- Use tellduslive package
2016-12-11 21:39:37 -08:00
Erik Eriksson
c823ea9f2a
Don't fail if component name is None. Fixes ( #4345 )
...
https://github.com/home-assistant/home-assistant/issues/4326
Might fix https://github.com/home-assistant/home-assistant/issues/4326
2016-11-12 14:16:27 -08:00
Erik Eriksson
ade62faa38
Don't fail if component name is None. Fixes ( #4334 )
...
https://github.com/home-assistant/home-assistant/issues/4326
Might fix https://github.com/home-assistant/home-assistant/issues/4326
2016-11-10 08:46:32 -08:00
Erik Eriksson
3317b4916b
OSError is alias for IOException and base class for many other exceptions - no need to catch redundant exceptions if OSError already present in except-clause ( #4111 )
2016-10-29 15:33:56 -07:00
Erik Eriksson
2d4df42a65
improved error handling ( #3725 )
2016-10-07 17:25:51 -07:00
Fabian Affolter
ac9151af54
Migrate to voluptuous ( #3292 )
2016-09-11 09:22:49 +02:00
Paulus Schoutsen
30f74bb3ca
Migrate to generic discovery method ( #2271 )
...
* Migrate to generic discovery method
* Add tests for discovery
2016-06-11 17:43:13 -07:00
Fabian Affolter
b534244e40
Fix PEEP257 issues
2016-03-08 17:55:57 +01:00
Fabian Affolter
f6bc1a4575
Revert change (FIXME)
2016-03-07 20:18:48 +01:00
Fabian Affolter
b8a40457ee
Update docstrings to match PEP257
2016-03-07 18:50:30 +01:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Erik
307b2c629b
catch exception and log
2016-02-16 17:46:25 +01:00
Erik
50a9b3a7c0
reworked telldus live support
2016-02-05 00:07:12 +01:00
Fabian Affolter
b19fbd8e72
Update docstrings
2016-02-03 00:35:53 +01:00
Erik
c8fa6cc127
bug fix
2015-12-27 21:47:49 +01:00
Erik
efbaf47dc7
reference constants from tellive package
2015-12-27 18:49:11 +01:00
Erik
f10ecb2a8d
remove obsolete comment
2015-12-27 18:42:10 +01:00
Erik
d63e5a60ae
added rudimentary support for telldus live
2015-12-27 12:32:08 +01:00