- documentation updates

This commit is contained in:
Jack Simbach 2022-02-19 15:05:53 -05:00
parent 9b901f82f7
commit d99dbe2a4b
3 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
## 0.6.0
- Requires HA 2021.12.x or later
- Enabled authentication to both US and EU regions
- Changed the sensors to use native value/uom
- Changed the temperatures to always be natively fahrenheit (API appears to always use this system) (@vignatyuk)
- Initial support for Microwaves (@mbcomer, @mnestor)

View File

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

View File

@ -42,6 +42,7 @@ A/C Controls:
{% if version_installed.split('.') | map('int') < '0.6.0'.split('.') | map('int') %}
- Requires HA version 2021.12.0 or later
- Enabled authentication to both US and EU regions (may require re-auth)
- Changed the sensors to use native value/uom
- Changed the temperatures to always be natively fahrenheit (API appears to always use this system) (@vignatyuk)
{% endif %}