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
R1chardTM
321a8be339
Move Nest sensors configuration to Nest component ( #4983 )
...
* Move Nest sensor config to Nest Component
* Ensure Nest Protect sensors are added without specified sensor config
* Fix pylint warnings
* Remove support for empty monitored condion list
* Remove scan interval
* Remove scan interval import
* Add Nest sensors by default with opt-out
2017-01-17 00:12:15 -08:00
Josh Nichols
6c50f53696
Nest fixes ( #5011 )
...
* Updated Nest API to have logical names
* Fix NoneType not having replace method in NestSensor constructor
* Move name setting to constructor, in case zone.name causes IO.
* normalize is_online to online
* Updated python-nest API
* push is_* helpers down to python-nest, and use inheritence to implement rather than checking class name
* Update python-nest
2016-12-22 20:22:07 +01:00
Josh Nichols
64b1179c13
Make sure all nest platforms require discovery info ( #4734 )
2016-12-04 14:33:50 -08:00
Josh Nichols
64a5bff5b2
Nest further improvements ( #4655 )
...
* Further improvements on nest platform
- fix binary sensor
- add deprecations for monitored_conditions
- better names for sensors (includes device type)
* lint
* Remove unused weather sensor
* Fix to python-nest to a specific commit
* lint
* lint
* lint
* lint
2016-12-03 09:26:47 -08:00
Pascal Vizeli
91227d9a2e
Refactory nest component/platforms ( #4219 )
...
* Refactory nest component/platforms
2016-11-04 20:22:47 -04:00
Fabian Affolter
d2dfe04ec9
Update voluptuous for nest ( #3109 )
...
* Update configuration check
* Extend platform
2016-09-01 22:08:03 +02:00
Jan Harkes
9d848731d9
Nest config validation ( #1810 )
...
* Config validation for Nest platforms.
2016-04-11 21:52:19 -07:00
Fabian Affolter
7035af6634
Fix PEP257 issues
2016-03-07 20:21:08 +01:00
Fabian Affolter
fd3ea95b82
Add docstrings, fix typos, and update docsstring for PEP257
2016-02-22 10:11:46 +01:00
Paulus Schoutsen
e80309c03c
Fix imports (using isort)
2016-02-18 21:27:50 -08:00
Jan Harkes
b04ff7207c
Make sure Nest is setup before the binary sensors.
2016-02-11 21:28:08 -05:00
Jan Harkes
3f7ff2b1d4
The Nest binary sensor can also track when heating system is running.
2016-02-11 21:24:51 -05:00
Fabian Affolter
3fc5a60634
Add link to docs
2016-01-27 09:00:01 +01:00
Joseph Hughes
0495776a22
merge upstream dev
2016-01-16 12:52:22 -07:00
Joseph Hughes
dd35551047
fix order of inhertiance
2016-01-16 12:47:08 -07:00
Joseph Hughes
9617288bd5
multiple inheritance for nest binary sensor
2016-01-15 08:16:33 -07:00
Joseph Hughes
9210c57c2d
Fix lint errors and PR comments
2016-01-14 14:32:43 -07:00
Joseph Hughes
313cbda0aa
fix multiple PR issues
2016-01-14 14:17:28 -07:00
Joseph Hughes
a39148dd38
fix pylint errors for Nest Sensor
2016-01-14 11:37:17 -07:00
Joseph Hughes
7b993da0de
address PR comments for Nest Sensor
2016-01-14 10:48:24 -07:00