- documentation updates

This commit is contained in:
Jack Simbach 2021-12-12 11:23:13 -05:00
parent d77062cdf9
commit a9cd736d5d
3 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## 0.6.0
- Requires HA 2021.12.x or later
- Changed the sensors to use native value/uom
- Changed the temperatures to always be natively fahrenheit (API appears to always use this system)
- Initial support for Water Softeners (@npentell)

View File

@ -1,6 +1,6 @@
{
"name": "GE Home (SmartHQ)",
"homeassistant": "2021.11.0",
"homeassistant": "2021.12.0",
"domains": ["binary_sensor", "sensor", "switch", "water_heater", "select"],
"iot_class": "Cloud Polling"
}

View File

@ -40,6 +40,7 @@ A/C Controls:
#### Breaking Changes
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
- Requires HA version 2021.12.0 or later
- Changed the sensors to use native value/uom
- Changed the temperatures to always be natively fahrenheit (API appears to always use this system)
{% endif %}