hass-core/homeassistant
Dan Sarginson 365f21b209 Honeywell fixes and improvements ()
* Honeywell fixes and improvements

Give the Honeywell device a state ('On', 'Off', etc) that
can be displayed to user and understood by other components.
Previously this was always 'Unknown'. Update also raises a
state_changed event when a new temperature is polled.

These two together fix an issue () where Honeywell
climate data couldn't be logged in InfluxDB.

* Roll back some changes

These were not necessary to achieve the result I wanted.

* Renamed RoundThermostat's 'device' member for greater clarity

Now called 'client'

* Improve and simplify discovering thermostat mode

Per code review, this is a rather neater way to discover the thermostat mode

* Update tests for compatibility with new component

The tests previously relied upon the update() method being
called in the constructor. This is no longer the case.

* Address formatting review comment

Parens not necessary

* This system mode is not certain to apply to domestic hot water

Moved the mode lookup to only happen on update of radiator devices,
since hot water devices seem to be treated differently and I can't test.
2017-08-01 16:18:14 +02:00
..
components Honeywell fixes and improvements () 2017-08-01 16:18:14 +02:00
helpers Tweak conversation/intent/shopping list () 2017-07-25 00:42:59 -07:00
scripts Fix typo () 2017-07-31 09:00:09 -07:00
util Added support for default value when environment variable is missing () 2017-07-24 09:00:01 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Fix some issues for PyLint 1.7.2 () 2017-07-05 20:02:16 -07:00
bootstrap.py Update docstrings () 2017-07-18 16:23:57 +02:00
config.py Update persistent deps dir version in config.py () 2017-07-19 22:59:21 -07:00
const.py Remove deprecated sensor_class config options () 2017-07-29 19:46:27 -04:00
core.py Expose all components on hass [Concept] () 2017-07-16 09:23:06 -07:00
exceptions.py EntityComponent to retry platforms that are not ready yet () 2017-06-26 09:41:48 -07:00
loader.py Expose all components on hass [Concept] () 2017-07-16 09:23:06 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 () 2017-06-01 23:23:39 -07:00
package_constraints.txt Make deps directory persistent over upgrades () 2017-07-13 19:26:21 -07:00
remote.py Fix pylint 1.7.2 no-else-return issues () 2017-07-05 23:30:01 -07:00
setup.py Fix check for running inside venv () 2017-07-15 07:25:02 -07:00