Various tweaks, fixes and updated documentation.

This commit is contained in:
2022-07-27 20:44:54 +00:00
parent 6e5a1c18a3
commit d1bc1fb7a2
16 changed files with 611 additions and 2730 deletions

View File

@@ -131,7 +131,7 @@ class BrowserModBrowser:
del self.entities["camera"]
self.send(
None, deviceEntities={k: v.entity_id for k, v in self.entities.items()}
None, browserEntities={k: v.entity_id for k, v in self.entities.items()}
)
def send(self, command, **kwargs):