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:
RyanClark123
2023-11-23 15:38:35 +00:00
parent 1cfff537d7
commit 50fe1a8765
16 changed files with 1567 additions and 124 deletions
+1 -1
View File
@@ -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)