Commit graph

2 commits

Author SHA1 Message Date
Robbie Trencheny
64cc4a47ec 0.27.2 ()
* Host should be optional for apcupsd component ()

* Zwave climate Bugfix: if some setpoints have different units, we should fetch the o… ()

* Bugfix: if some setpoints have different units, we should fetch the one that are active.

* Move order of population for first time detection

* Default to config if None unit_of_measurement

* unit fix ()

* humidity slider ()

* If device was off target temp was null. Default to Heating setpoint ()

* Fix for BLE device tracker ()

* Bug fix tracked devices
* Added scan_duration configuration parameter

* fix homematic climate implementation ()

* Allow 'None' MAC to be loaded from known_devices ()

* Climate and cover bugfix ()

* Avoid None comparison for zwave cover.

* Just rely on unit from config for unit_of_measurement

* Explicit return None

* Mqtt ()

* Explicit return None

* Missing service and wrong service name defined

* Mqtt state was inverted, and never triggering

* Fixed Homematic cover ()

* Add missing docstrings (fix PEP257 issues) ()

* Add missing docstrings (fix PEP257 issues)

* Finish sentence

* Merge pull request  from turbokongen/zwave_fixes

Bugfix. climate and covermqt

* Back out insteon hub and fan changes ()

* Bump version

* Special frontend build for 0.27.2
2016-09-03 15:59:20 -07:00
Matthew Bowen
c05d27d214 Completely local control of entities via Alexa ()
* Initial code for alexa_local_control.

* Added support for creating a dummy username.

* Move SSDP responses to local variables.

* Added config validation via Voluptuous.

* Modify and remove unnecessary returned emulated bridge values.

* Remove script and scene domains from default exposed domains.

* Replaced Flask with HomeAssistantWSGI.

* Fix lint errors.

* Correcting grammar and spelling in docs and comments.

* Rename alexa_local_control to emulated_hue.

* Rename emulated_hue attributes.

* Fix a bug where something marked not exposed is exposed by default.

* Make sure the UPNP responder thread cleanly stops when HASS stops.

Also fix some config loading and lint errors.

* Fixed unexposed entities still having individual state exposed.

* Started writing tests for emulated_hue.

* Fix being able to set state of non-exposed entity.

* Another test for emulated_hue.

* More tests for emulated_hue.

Also slightly simplified emulated_hue's PUT handler.

* Fix bad test, sorry :/

* Third time's the charm.

* Fix lint and value validation tests.

* Rename emulated_hue bridge name.

* Remove license and documentation from header.

* Combine two if statements.

* Style changes.

* Fixed various issues and added some constants
2016-08-27 01:23:40 -07:00