Add Anywair in IntesisHome (#71686)

This commit is contained in:
Nick Dawson 2022-06-29 14:48:30 +10:00 committed by GitHub
parent 551929a175
commit 9f15234b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -40,13 +40,14 @@ _LOGGER = logging.getLogger(__name__)
IH_DEVICE_INTESISHOME = "IntesisHome"
IH_DEVICE_AIRCONWITHME = "airconwithme"
IH_DEVICE_ANYWAIR = "anywair"
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
{
vol.Required(CONF_USERNAME): cv.string,
vol.Required(CONF_PASSWORD): cv.string,
vol.Optional(CONF_DEVICE, default=IH_DEVICE_INTESISHOME): vol.In(
[IH_DEVICE_AIRCONWITHME, IH_DEVICE_INTESISHOME]
[IH_DEVICE_AIRCONWITHME, IH_DEVICE_ANYWAIR, IH_DEVICE_INTESISHOME]
),
}
)

View file

@ -3,7 +3,7 @@
"name": "IntesisHome",
"documentation": "https://www.home-assistant.io/integrations/intesishome",
"codeowners": ["@jnimmo"],
"requirements": ["pyintesishome==1.7.6"],
"requirements": ["pyintesishome==1.8.0"],
"iot_class": "cloud_push",
"loggers": ["pyintesishome"]
}

View file

@ -1562,7 +1562,7 @@ pyicloud==1.0.0
pyinsteon==1.1.1
# homeassistant.components.intesishome
pyintesishome==1.7.6
pyintesishome==1.8.0
# homeassistant.components.ipma
pyipma==2.0.5