Add support for fullyKiosk browser

This commit is contained in:
2019-09-13 23:14:44 +02:00
parent cc4df1c349
commit fec0d708c9
3 changed files with 255 additions and 56 deletions

File diff suppressed because one or more lines are too long

View File

@@ -42,6 +42,7 @@ class BrowserModPlayer(MediaPlayerDevice, BrowserModEntity):
@property
def device_state_attributes(self):
return {
"type": "browser",
**self._ws_data.get("browser", {}),
}