mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add Anywair in IntesisHome (#71686)
This commit is contained in:
@ -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]
|
||||
),
|
||||
}
|
||||
)
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user