Paulus Schoutsen
c8abbf6d76
Restore sensiobo turn on/off methods ( #25321 )
2019-07-19 21:04:13 -04:00
nierob
979f801488
Avoid creating temporary lists ( #25317 )
...
That gives nano performance improvements as *() is slightly faster
then *[].
2019-07-19 13:36:18 -07:00
lyghtnox
caa7a3a3d6
Multiroom support for snapcast ( #24061 )
...
* Multiroom support for snapcast
* Moving services to the snapcast domain
* Passing asyncio event via dispatcher instead of hass.data
* Fixing lint
2019-07-19 12:43:44 -07:00
Paulus Schoutsen
290d32267e
Merge remote-tracking branch 'origin/master' into dev
2019-07-19 11:55:51 -07:00
Paulus Schoutsen
a6e3cc6617
Merge pull request #25313 from home-assistant/rc
...
0.96.2
2019-07-19 11:42:01 -07:00
Andrew Sayre
b4481269ec
Turn on device before setting mode ( #25314 )
2019-07-19 10:19:51 -07:00
Andrew Sayre
752d0deb97
Turn on device before setting mode ( #25314 )
2019-07-19 10:19:34 -07:00
Paulus Schoutsen
662c33af85
Bumped version to 0.96.2
2019-07-19 09:44:53 -07:00
cgtobi
fc384ca6d5
Fix plant error when adding new value ( #25302 )
...
* Only add value if int or floar
* Simplify check
* Simplify check
2019-07-19 09:44:44 -07:00
Pascal Vizeli
49e2583b08
Fix HM with use wrong datapoint for off ( #25298 )
2019-07-19 09:44:43 -07:00
David Bonnes
8629b86186
[climate] Correct honeywell supported_features ( #25292 )
...
* Initial commit
* delint
2019-07-19 09:44:43 -07:00
William Scanlon
68c4e5c0c9
Fixed python-wink method names ( #25285 )
...
* Fixed python-wink method names
* Fixed aux heat
2019-07-19 09:44:42 -07:00
cgtobi
c4d1cd0e03
Fix fritzbox climate HVAC mode / temperature ( #25275 )
...
* Set the target temperature
* Update tests
* Update tests
* Fix linter complaints
2019-07-19 09:44:41 -07:00
Paulus Schoutsen
8b020ea5e6
Updated frontend to 20190719.0
2019-07-19 09:43:24 -07:00
Paulus Schoutsen
fd2d6c8a74
Updated frontend to 20190719.0
2019-07-19 09:43:03 -07:00
cgtobi
5552a5be70
Fix plant error when adding new value ( #25302 )
...
* Only add value if int or floar
* Simplify check
* Simplify check
2019-07-19 16:09:29 +02:00
Pascal Vizeli
b9c6758dba
Fix HM with use wrong datapoint for off ( #25298 )
2019-07-19 11:18:13 +02:00
David Bonnes
5015311d6b
[climate] Correct honeywell supported_features ( #25292 )
...
* Initial commit
* delint
2019-07-19 09:51:02 +02:00
cgtobi
1eb66f3657
Fix fritzbox climate HVAC mode / temperature ( #25275 )
...
* Set the target temperature
* Update tests
* Update tests
* Fix linter complaints
2019-07-19 09:49:28 +02:00
William Scanlon
bc7e1a3797
Fixed python-wink method names ( #25285 )
...
* Fixed python-wink method names
* Fixed aux heat
2019-07-19 08:54:09 +02:00
Aaron Bach
003f7865a9
Add services to set and remove Simplisafe PINs ( #25207 )
...
* Add services to set and remove SimpliSafe PINs
* Added services spec
* Add services to set and remove SimpliSafe PINs
* Member comments
* Missed one
2019-07-18 22:07:07 -06:00
Paulus Schoutsen
33cba4da85
Merge pull request #25280 from home-assistant/rc
...
0.96.1
2019-07-18 15:22:49 -07:00
Philip Rosenberg-Watt
1c6d55e51b
Add MQTT climate precision ( #25265 )
...
* Add MQTT climate precision
* Remove stale code
2019-07-18 15:21:50 -07:00
Greg
3fd138bbdd
Add support for Rainforest Eagle-200 ( #24919 )
...
* Add support for Rainforest Eagle-200
* Removed direct access selector to monitored conditions
* Refactored code to use throttle on the update function
* Fixed issue in new code to use only one EagleReader instance
* Resolve comments
* Resolved comments
* Resolved comments and added Debug statement
* Added return statements
* Fixed typo
* Resolved comments and added debug statements
* Moved get_status method into Data object and decorated it with @staticmethod
* Resolved comments
2019-07-18 23:37:26 +02:00
Pascal Vizeli
3db106c562
Update azure-pipelines-ci.yml for Azure Pipelines
2019-07-18 23:20:56 +02:00
Pascal Vizeli
34c3d1ce47
Update azure-pipelines-ci.yml
2019-07-18 23:19:52 +02:00
Paulus Schoutsen
cc595632bd
Bumped version to 0.96.1
2019-07-18 14:08:50 -07:00
stboch
f76700567e
Added states and modes for zwave climate ( #25274 )
...
* Update climate.py
Added support for Fan Only State
Added additional missing modes and states this should correct issue #25216
* Correct line lint error
* Corrected mode spelling
* Lint
2019-07-18 14:08:43 -07:00
Paulus Schoutsen
86cf02739b
Add hvac modes back to opentherm ( #25268 )
2019-07-18 14:08:42 -07:00
Andrew Sayre
46cdbd273a
Restore SmartThings A/C on/off services ( #25259 )
...
* Restore ST A/C on/off services
* Use correct OFF const
* Support AC HVAC_MODE_OFF
2019-07-18 14:08:42 -07:00
William Sutton
ec3cb11e2f
Update CT80 Humidity call ( #25258 )
...
Last PR was from a few versions before, not sure how I had it working, but functioning properly now on .96
2019-07-18 14:08:41 -07:00
geekofweek
2016cf872e
ecobee Preset Fix ( #25256 )
...
* ecobee Preset Fix
* Celsius Fix
* Checks Fix
* Check Fix #2
* Check Fix #3
2019-07-18 14:08:40 -07:00
cgtobi
37810e010a
Fix the unit of measurement for ecobee climate ( #25246 )
...
* Fix the unit of measurement
* Remove unused const
2019-07-18 14:08:40 -07:00
cgtobi
2b69904b94
Make presets prettier ( #25245 )
2019-07-18 14:08:39 -07:00
Pascal Vizeli
59cf6a0c79
Fix eq3btsmart ( #25238 )
2019-07-18 14:08:39 -07:00
Pascal Vizeli
39b249d202
Show off value ( #25236 )
2019-07-18 14:08:38 -07:00
Paulus Schoutsen
d57cf01cf2
Updated frontend to 20190718.0
2019-07-18 14:08:06 -07:00
Paulus Schoutsen
997187c7d3
Updated frontend to 20190718.0
2019-07-18 14:07:55 -07:00
stboch
217da36c86
Added states and modes for zwave climate ( #25274 )
...
* Update climate.py
Added support for Fan Only State
Added additional missing modes and states this should correct issue #25216
* Correct line lint error
* Corrected mode spelling
* Lint
2019-07-18 13:54:05 -07:00
William Sutton
be56851feb
Update CT80 Humidity call ( #25258 )
...
Last PR was from a few versions before, not sure how I had it working, but functioning properly now on .96
2019-07-18 21:36:17 +02:00
Paulus Schoutsen
53954d6f8f
Add hvac modes back to opentherm ( #25268 )
2019-07-18 21:32:17 +02:00
geekofweek
5c53257c23
ecobee Preset Fix ( #25256 )
...
* ecobee Preset Fix
* Celsius Fix
* Checks Fix
* Check Fix #2
* Check Fix #3
2019-07-18 10:39:53 -07:00
cgtobi
c7ebd109b8
Make presets prettier ( #25245 )
2019-07-18 10:27:04 -07:00
Daniel Shokouhi
32e89dcbb6
Add vendor support for vorwerk robots and fix zone retrieval ( #25200 )
...
* Add vendor support for vorwerk robots and fix zone retrieval
* Lint
* Review comments
* Lint
* Review commeent
* Remove unused variable
* Review comment
* Remove unused variable
2019-07-18 10:22:05 -07:00
definitio
93970b5621
Add hvac_action support for MQTT HVAC ( #25260 )
...
* Add hvac_action support
* Add tests
2019-07-18 10:17:26 -07:00
Andrew Sayre
cfc2c58fe0
Restore SmartThings A/C on/off services ( #25259 )
...
* Restore ST A/C on/off services
* Use correct OFF const
* Support AC HVAC_MODE_OFF
2019-07-18 10:14:58 -07:00
Finbarr Brady
516bab9969
OpenWrt Luci RPC Device Tracker Module Bump ( #25234 )
...
* Update manifest.json
* Update requirements_all.txt
2019-07-18 15:54:04 +02:00
cgtobi
89ed26eb86
Fix the unit of measurement for ecobee climate ( #25246 )
...
* Fix the unit of measurement
* Remove unused const
2019-07-18 13:27:56 +02:00
Pascal Vizeli
e13e4376f8
Fix eq3btsmart ( #25238 )
2019-07-18 11:25:11 +02:00
Pascal Vizeli
75ad5f8c9e
Show off value ( #25236 )
2019-07-18 11:24:07 +02:00