Various tweaks, fixes and updated documentation.
This commit is contained in:
@@ -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):
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
"dependencies": ["panel_custom", "websocket_api", "http", "frontend", "lovelace"],
|
||||
"codeowners": [],
|
||||
"requirements": [],
|
||||
"version": "2.0b0",
|
||||
"version": "2.0.0b1",
|
||||
"iot_class": "local_push",
|
||||
"config_flow": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user