hass-core/homeassistant/components/climate
Josh Nichols 84b12ab007 Nest Cam support ()
* start nestcam support

* start nestcam support

* introduce a access_token_cache_file

* Bare minimum to get nest thermostat loading

* occaisonally the image works

* switch to nest-aware interval for testing

* Add Nest Aware awareness

* remove duplicate error logging line

* Fix nest protect support

* address baloobot

* fix copy pasta

* fix more baloobot

* last baloobot thing for now?

* Use streaming status to determine online or not. online from nest means its on the network

* Fix temperature scale for climate

* Add support for eco mode

* Fix auto mode for nest climate

* update update current_operation and set_operation mode to use constant when possible. try to get setting something working

* remove stale comment

* unused-argument already disabled globally

* Add eco to the end, instead of after off

* Simplify conditional when the hass mode is the same as the nest one

* away_temperature became eco_temperature, and works with eco mode

* Update min/max temp based on locked temperature

* Forgot to set locked stuff during construction

* Cache image instead of throttling (which returns none), respect NestAware subscription

* Fix _time_between_snapshots before the first update

* WIP pin authorization

* Add some more logging

* Working configurator, woo. Fix some hound errors

* Updated pin workflow

* Deprecate more sensors

* Don't update during access of name

* Don't update during access of name

* Add camera brand

* Fix up some syntastic errors

* Fix ups ome hound errors

* Maybe fix some more?

* Move snapshot simulator url checking down into python-nest

* Rename _ready_to_update_camera_image to _ready_for_snapshot

* More fixes

* Set the next time a snapshot can be taken when one is taken to simplify logic

* Add a FIXME about update not getting called

* Call update during constructor, so values get set at least once

* Fix up names

* Remove todo about eco, since that's pretty nest

* thanks hound

* Fix temperature being off for farenheight.

* Fix some lint errors, which includes using a git version of python-nest with updated code

* generate requirements_all.py

* fix pylint

* Update nestcam before adding

* Fix polling of NestCamera

* Lint
2016-11-27 16:18:47 -08:00
..
__init__.py precision properties for climate components () 2016-11-27 14:19:12 -08:00
demo.py Disable too-many-* () 2016-10-30 22:18:53 +01:00
ecobee.py Make services yield () 2016-11-03 18:32:14 -07:00
eq3btsmart.py Make services yield () 2016-11-03 18:32:14 -07:00
generic_thermostat.py Allow generic thermostat tolerance to be customisable to determine the temperature difference required to turn switch on. () 2016-11-27 09:31:00 +00:00
heatmiser.py Make services yield () 2016-11-03 18:32:14 -07:00
homematic.py Make services yield () 2016-11-03 18:32:14 -07:00
honeywell.py Move Honeywell I/O out of event loop () 2016-11-06 07:53:54 -08:00
knx.py Fix KNX async I/O () 2016-11-08 21:00:33 -08:00
mysensors.py Fix mysensors overwriting gateway in GATEWAYS () 2016-11-06 10:49:43 -08:00
nest.py Nest Cam support () 2016-11-27 16:18:47 -08:00
netatmo.py Make services yield () 2016-11-03 18:32:14 -07:00
proliphix.py precision properties for climate components () 2016-11-27 14:19:12 -08:00
radiotherm.py Fix setting temperature in Celsius on radiotherm CT50 () 2016-11-06 23:18:06 -08:00
services.yaml Add possibility to set temperature to a given operation_mode () 2016-10-04 23:48:25 -07:00
vera.py Make services yield () 2016-11-03 18:32:14 -07:00
wink.py Wink Thermostat support and NoneType error fixes () 2016-11-06 07:27:15 -08:00
zwave.py Hound for zwave climate () 2016-11-19 10:19:22 +01:00