mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Add support for Ubee Router DVW32CB (#32406)
* Update PyUbee to 0.9 Adds support for Ubee Router DVW32CB * Add support for Ubee Router DVW32CB * Update pyubee to 0.9 Adds support for router DVW32CB
This commit is contained in:
parent
963b5db763
commit
0dd0b2fa03
@ -24,7 +24,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
|||||||
vol.Required(CONF_PASSWORD): cv.string,
|
vol.Required(CONF_PASSWORD): cv.string,
|
||||||
vol.Required(CONF_USERNAME): cv.string,
|
vol.Required(CONF_USERNAME): cv.string,
|
||||||
vol.Optional(CONF_MODEL, default=DEFAULT_MODEL): vol.Any(
|
vol.Optional(CONF_MODEL, default=DEFAULT_MODEL): vol.Any(
|
||||||
"EVW32C-0N", "EVW320B", "EVW321B", "EVW3200-Wifi", "EVW3226@UPC"
|
"EVW32C-0N", "EVW320B", "EVW321B", "EVW3200-Wifi", "EVW3226@UPC", "DVW32CB"
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "ubee",
|
"domain": "ubee",
|
||||||
"name": "Ubee Router",
|
"name": "Ubee Router",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ubee",
|
"documentation": "https://www.home-assistant.io/integrations/ubee",
|
||||||
"requirements": ["pyubee==0.8"],
|
"requirements": ["pyubee==0.9"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@mzdrale"]
|
"codeowners": ["@mzdrale"]
|
||||||
}
|
}
|
||||||
|
@ -1699,7 +1699,7 @@ pytradfri[async]==6.4.0
|
|||||||
pytrafikverket==0.1.6.1
|
pytrafikverket==0.1.6.1
|
||||||
|
|
||||||
# homeassistant.components.ubee
|
# homeassistant.components.ubee
|
||||||
pyubee==0.8
|
pyubee==0.9
|
||||||
|
|
||||||
# homeassistant.components.uptimerobot
|
# homeassistant.components.uptimerobot
|
||||||
pyuptimerobot==0.0.5
|
pyuptimerobot==0.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user