Skip to content

Releases: thomasloven/hass-browser_mod

Improved popups

02 Oct 18:13
Compare
Choose a tag to compare
12.1

More robust popups

Simplify service calls.

01 Oct 20:33
Compare
Choose a tag to compare

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

25 Sep 06:32
Compare
Choose a tag to compare
11

Add experimental camera support

Bugfix

21 Sep 07:24
Compare
Choose a tag to compare

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 just browser_mod.command.
  • Probably some stuff I forgot

BREAKING CHANGES

20 Sep 19:44
Compare
Choose a tag to compare
  • 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 just browser_mod.command.
  • Probably some stuff I forgot

Better scrollable popups

07 Aug 12:55
Compare
Choose a tag to compare
9

Improved scrollable popups

Buggfix release

22 Jul 17:53
Compare
Choose a tag to compare

hass.callService is supposed to return a promise...

Scrollable popups

22 Jul 15:21
Compare
Choose a tag to compare

Add auto_close to popups

08 Jul 23:45
Compare
Choose a tag to compare

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

03 Jul 19:38
Compare
Choose a tag to compare
v0.1.4

Add debug command