Support for V2 sock added
### Feature * Support added for V2 sock * Added tests for binary sensors ### Fix * Bumping pyowletapi to 2023.11.4 to allow V2 support * Refactoring * Corrected spelling of sock disconnected sensor
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ async def test_async_setup_entry(hass: HomeAssistant) -> None:
|
||||
|
||||
entities = er.async_entries_for_device(entity_registry, device_entry.id)
|
||||
|
||||
assert len(entities) == 8
|
||||
assert len(entities) == 18
|
||||
|
||||
await entry.async_unload(hass)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user