20142 Commits
Author SHA1 Message Date
Paulus SchoutsenandGitHub a652a4d9e9 Merge pull request #25376 from home-assistant/rc
0.96.3
0.96.3
2019-07-21 12:02:38 -07:00
cgtobiandPaulus Schoutsen 2189cb0ee7 Add Netatmo climate battery level (#25143)
* Add battery level sensor

* Only update battery level if lower or nonexistent
2019-07-21 12:00:56 -07:00
Paulus Schoutsen 15064e83b4 Bumped version to 0.96.3 2019-07-21 11:10:36 -07:00
David F. MulcaheyandPaulus Schoutsen 8538e69e28 change and condition to or condition (#25374) 2019-07-21 11:10:26 -07:00
David F. MulcaheyandPaulus Schoutsen 35c719628d fix remove and re-add scenario (#25370) 2019-07-21 11:10:25 -07:00
Otto WinterandPaulus Schoutsen 0eab89c8f4 Fix ESPHome climate migration (#25366) 2019-07-21 11:10:25 -07:00
David F. MulcaheyandPaulus Schoutsen a3043b9a90 bump quirks version (#25362) 2019-07-21 11:10:24 -07:00
Paulus Schoutsen c795c93034 Introduce PRESET_NONE for climate (#25360)
* Introduce PRESET_NONE for climate

* Require preset mode to be a string

* Lint

* Fix tests
2019-07-21 11:10:24 -07:00
David BonnesandPaulus Schoutsen 2228a0dcac Improve geniushub logging and bump client (#25359)
* add debug logging

* bump geniushub client library

* delint

* bump again

* bump again, again
2019-07-21 11:10:23 -07:00
cgtobiandPaulus Schoutsen 68e7f4ca5a Fix preset service call (#25358) 2019-07-21 11:09:59 -07:00
David F. MulcaheyandPaulus Schoutsen e052bcb03b add available to device info (#25349) 2019-07-21 11:08:21 -07:00
Michael SchererandPaulus Schoutsen a56b604936 Fix for hvac_modes list being null (#25347)
* Fix for empty hvac_modes list

* Empty list instead of default value for hvac_modes
2019-07-21 11:08:21 -07:00
Fredrik ErlandssonandPaulus Schoutsen f6b6818fb0 Restore Daikin A/C on/off services (#25332) 2019-07-21 11:08:20 -07:00
eyager1andPaulus Schoutsen 93a65bf507 Update zwave climate mappings (#25327)
hvac_action should be idle when thermostat is in Pending Heat or Pending Cool.
2019-07-21 11:08:19 -07:00
Paulus Schoutsen ec302912a3 Restore sensiobo turn on/off methods (#25321) 2019-07-21 11:08:19 -07:00
Paulus Schoutsen 615af773e5 Updated frontend to 20190721.0 2019-07-21 09:56:12 -07:00
Paulus Schoutsen 9c51650ea3 Updated frontend to 20190720.0 2019-07-20 18:01:47 -07:00
Matthias AlphartandPaulus Schoutsen 01430262cd temporary patch to fix KNX climate devices (#25356)
This is a temporary patch for knx climate devices. It should be reverted when #24738 is merged to release. 
It should fix https://github.com/home-assistant/home-assistant/issues/25247 for 0.96
2019-07-20 17:57:38 -07:00
Paulus SchoutsenandGitHub a6e3cc6617 Merge pull request #25313 from home-assistant/rc
0.96.2
0.96.2
2019-07-19 11:42:01 -07:00
Andrew SayreandPaulus Schoutsen b4481269ec Turn on device before setting mode (#25314) 2019-07-19 10:19:51 -07:00
Paulus Schoutsen 662c33af85 Bumped version to 0.96.2 2019-07-19 09:44:53 -07:00
cgtobiandPaulus Schoutsen 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 VizeliandPaulus Schoutsen 49e2583b08 Fix HM with use wrong datapoint for off (#25298) 2019-07-19 09:44:43 -07:00
David BonnesandPaulus Schoutsen 8629b86186 [climate] Correct honeywell supported_features (#25292)
* Initial commit

* delint
2019-07-19 09:44:43 -07:00
William ScanlonandPaulus Schoutsen 68c4e5c0c9 Fixed python-wink method names (#25285)
* Fixed python-wink method names

* Fixed aux heat
2019-07-19 09:44:42 -07:00
cgtobiandPaulus Schoutsen 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 SchoutsenandGitHub 33cba4da85 Merge pull request #25280 from home-assistant/rc
0.96.1
0.96.1
2019-07-18 15:22:49 -07:00
Pascal Vizeli 3db106c562 Update azure-pipelines-ci.yml for Azure Pipelines 2019-07-18 23:20:56 +02:00
Paulus Schoutsen cc595632bd Bumped version to 0.96.1 2019-07-18 14:08:50 -07:00
stbochandPaulus Schoutsen 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 SayreandPaulus Schoutsen 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 SuttonandPaulus Schoutsen 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
geekofweekandPaulus Schoutsen 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
cgtobiandPaulus Schoutsen 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
cgtobiandPaulus Schoutsen 2b69904b94 Make presets prettier (#25245) 2019-07-18 14:08:39 -07:00
Pascal VizeliandPaulus Schoutsen 59cf6a0c79 Fix eq3btsmart (#25238) 2019-07-18 14:08:39 -07:00
Pascal VizeliandPaulus Schoutsen 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 SchoutsenandGitHub 9a79a0aa90 Merge pull request #25205 from home-assistant/rc
0.96.0
0.96.0
2019-07-17 16:23:24 -07:00
KholeandPaulus Schoutsen ccc4f628f1 Hive water heater - Remove Duplication of appending entities (#25210)
* climate_water_heater

* updated names

* Update water_heater

* Update requirements

* Updated reqirements

* Version update

* updated Versiojn

* Update device list

* Removed unused Attributes

* removed duplicate appending entities

* re-added missing hotwater

* Move call to async_added_to_hass

* Move session append to async_added_to_hass

* White space
2019-07-17 15:19:03 -07:00
cgtobiandPaulus Schoutsen 90231c5e07 Fix schema validation for service calls (#25204)
* Fix schema validation for service calls

* No need for get

* No need for get
2019-07-17 15:19:02 -07:00
Paulus Schoutsen ff5dd0cf42 Updated frontend to 20190717.1 2019-07-17 15:10:57 -07:00
Paulus Schoutsen 5d7f420821 Fix ecobee missing preset mode support flag (#25211) 2019-07-17 15:08:14 -07:00
Paulus Schoutsen e4bb955498 Pin Docker to Debain Stretch (#25206)
* Pin Docker to Debain Stretch

* Update dev docker too"
2019-07-17 14:05:00 -07:00
Paulus Schoutsen 74d0e65958 Bumped version to 0.96.0 2019-07-17 13:42:32 -07:00
Paulus Schoutsen 3cfbbdc720 Only include target temp if has right support flag (#25193)
* Only include target temp if has right support flag

* Remove comma
2019-07-17 13:09:07 -07:00
David BonnesandPaulus Schoutsen 3d5c773670 [climate] Tweak evohome migration (#25187)
* de-lint

* use _evo_tcs instead of _evo_device for TCS

* add hvac_action to zones, remove target_temp from controller

* fix incorrect hvac_action

* de-lint
2019-07-17 13:09:06 -07:00
David F. MulcaheyandPaulus Schoutsen b5b0f56ae7 Fix device name customization on ZHA add devices page (#25180)
* ensure new device exists

* clean up dev reg handling

* update test

* fix tests
2019-07-17 13:09:05 -07:00