Add Anywair in IntesisHome (#71686)
This commit is contained in:
parent
551929a175
commit
9f15234b92
3 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue