mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
UniFi config option SSID filter (#31842)
* Draft * Use new multi_select config validation * Bump dependency to v13 * Improve options flow * Add title to config options * Add config option descriptions * Fix martins comment
This commit is contained in:
@@ -54,7 +54,7 @@ async def test_no_clients(hass):
|
||||
hass, options={unifi.const.CONF_ALLOW_BANDWIDTH_SENSORS: True},
|
||||
)
|
||||
|
||||
assert len(controller.mock_requests) == 3
|
||||
assert len(controller.mock_requests) == 4
|
||||
assert len(hass.states.async_all()) == 1
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ async def test_sensors(hass):
|
||||
clients_response=CLIENTS,
|
||||
)
|
||||
|
||||
assert len(controller.mock_requests) == 3
|
||||
assert len(controller.mock_requests) == 4
|
||||
assert len(hass.states.async_all()) == 5
|
||||
|
||||
wired_client_rx = hass.states.get("sensor.wired_client_name_rx")
|
||||
|
||||
Reference in New Issue
Block a user