Exclude non thermostats from being detected by nexia (#33979)

* Fix detection of emergency heat

* Bump nexia to 0.8.2
This commit is contained in:
J. Nick Koston 2020-04-10 15:56:40 -05:00 committed by Paulus Schoutsen
parent da3ee0aa61
commit d90a3b6c42
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"domain": "nexia",
"name": "Nexia",
"requirements": ["nexia==0.8.1"],
"requirements": ["nexia==0.8.2"],
"codeowners": ["@ryannazaretian", "@bdraco"],
"documentation": "https://www.home-assistant.io/integrations/nexia",
"config_flow": true

View File

@ -922,7 +922,7 @@ netdisco==2.6.0
neurio==0.3.1
# homeassistant.components.nexia
nexia==0.8.1
nexia==0.8.2
# homeassistant.components.nextcloud
nextcloudmonitor==1.1.0

View File

@ -357,7 +357,7 @@ nessclient==0.9.15
netdisco==2.6.0
# homeassistant.components.nexia
nexia==0.8.1
nexia==0.8.2
# homeassistant.components.nsw_fuel_station
nsw-fuel-api-client==1.0.10