Releases: thomasloven/hass-browser_mod
Releases · thomasloven/hass-browser_mod
Improved popups
12.1 More robust popups
Simplify service calls.
Service calls have been simplified a bit.
Together with card-mod browser_mod is now a full replacement for popup-card. See cookbook for example!
Also, popups can now be opened while a popup is open.
Experimental camera support
11 Add experimental camera support
Bugfix
V 10.0 release notes:
- Full restructure of the codebase
- Now creates three to four entities, not just a media player
- Fully Kiosk Browser support
- Popups and blackout can be used as a "screensaver" with a timeout
- this
can be used for any service call from the frontend, not justbrowser_mod.command
.- Probably some stuff I forgot
BREAKING CHANGES
- Full restructure of the codebase
- Now creates three to four entities, not just a media player
- Fully Kiosk Browser support
- Popups and blackout can be used as a "screensaver" with a timeout
- this
can be used for any service call from the frontend, not justbrowser_mod.command
.- Probably some stuff I forgot
Better scrollable popups
9 Improved scrollable popups
Buggfix release
hass.callService
is supposed to return a promise
...
Scrollable popups
Finally!
Add auto_close to popups
Also moved over to just incremental version numbers.
Example: {"command":"popup", "card":{ "type": "entities", "entities": ["light.bed_light"], "style": "ha-card{height: 100%}"}, "auto_close": "true", "style": {"width": "100%", "height": "100%"}}
Added a debug command
v0.1.4 Add debug command