Releases: dcapslock/hass-browser_mod
Releases · dcapslock/hass-browser_mod
v2.3.8-beta.1
IMPORTANT - Requires Home Assistant Version 2025.5 or above due to Home Assistant changing tab component library.
- Migrates changes from Phoenix version back to main version (v2.3.4-v2.3.7).
- Nested more-info popups are now allowd by default. The option introduced in v2.3.6 now defaults to
true.
Fixes
- Fixes Settings / Card tabs not showing for popup card UI editor for Home Assistant Version 2025.5
- Allows for finding popup card one level deep when nested in another card for backwards compatbility with a commonly used prior workaround.
- Update card-mod signature when no style supplied. Removes console warning in this case.
- Change in v2.3.4 (Ensure popup card is fully hidden when not editing) allowed for a popup-card from any view in the dashboard. Now only popup-card in current view is used.
Full Changelog: v2.3.7...v2.3.8-beta.1
v2.3.7
Fixed in this release
- Nested more-info popups work correctly from standard Home Assistant button and custom:button-card more-info actions when used on a popup.
- Update card-mod signature to remove console warning
- Correct parameter
user_idnot showing in UI for servicebrowser_mod.navigate. - Correct popup
_actionswhere any action would either be invalid or be the last action in the configuation. Fixes #31
Full Changelog: v2.3.6...v2.3.7
v2.3.7-beta.3
Fixed in this release
- Nested more-info popups work correctly from standard Home Assistant button and custom:button-card more-info actions when used on a popup.
- Update card-mod signature to remove console warning
- Correct parameter
user_idnot showing in UI for servicebrowser_mod.navigate. - Correct popup
_actionswhere any action would either be invalid or be the last action in the configuation. Fixes #31
Full Changelog: v2.3.6...v2.3.7-beta.3
v2.3.7-beta.2
Fixed in this release
- Nested more-info popups work correctly from standard Home Assistant button and custom:button-card more-info actions when used on a popup.
- Correct application of card-mod to popups. NOTE: (1) As if you are using child selectors, card-mod will be slow to unload (seconds) which means another popup in quick succession may show previous styling prior to new styling being applied by Browser Mod. (2) If you wish to style the popup dialog container only, use
styles:configuration of the popup. See Styling Popups. - Correct parameter
user_idnot showing in UI for servicebrowser_mod.navigate. - Correct popup
_actionswhere any action would either be invalid or be the last action in the configuation. Fixes #31
Full Changelog: v2.3.6...v2.3.7-beta.2
v2.3.7-beta.1
Fixed in this release
- Nested more-info popups work correctly from standard Home Assistant button and custom:button-card more-info actions when used on a popup.
- Correct application of card-mod to popups. NOTE: (1) As if you are using child selectors, card-mod will be slow to unload (seconds) which means another popup in quick succession may show previous styling prior to new styling being applied by Browser Mod. (2) If you wish to style the popup dialog container only, use
styles:configuration of the popup. See Styling Popups. - Correct parameter
user_idnot showing in UI for servicebrowser_mod.navigate.
Full Changelog: v2.3.6...v2.3.7-beta.1
v2.3.6
New Features
- Allow for new style
action:in any action parameter. Also supported are both action lists, and using selector fields in scripts and blueprints. See latest Actions section in SERVICES documentation for further information. - Option to save browser screen state on disconnect and reconnect. This is a Frontend Settings option set on the Browser Mod Panel. See latest Configuration Panel documentation.
- Option for
browser_mod.popopand custom popup cards to allow for standard Home Assistant more-info dialog to show nested above the custom popup. See latest Nested Popups documentation.
Full Changelog: v2.3.5...v2.3.6
v2.3.6-beta.3
New Features
- Allow for new style
action:in any action parameter. Also supported are both action lists, and using selector fields in scripts and blueprints. See latest Actions section in SERVICES documentation for further information. - Option to save browser screen state on disconnect and reconnect. This is a Frontend Settings option set on the Browser Mod Panel. See latest Configuration Panel documentation.
- Option for
browser_mod.popopand custom popup cards to allow for standard Home Assistant more-info dialog to show nested above the custom popup. See latest Nested Popups documentation.
Full Changelog: v2.3.5...v2.3.6-beta.3
v2.3.6-beta.2
New Features
- Allow for new style
action:in any action parameter. Also supported are both action lists, and using selector fields in scripts and blueprints. See latest Actions section in SERVICES documentation for further information. - Option to save browser screen state on disconnect and reconnect. This is a Forntend Settings option set on the Browser Mod Panel. See latest Configuration Panel documentation.
Full Changelog: v2.3.5...v2.3.6-beta.2
v2.3.6-beta.1
New Features
- Allow for new style
action:in any action parameter. Also supported are both action lists, and using selector fields in scripts and blueprints. See latest Actions section in SERVICES documentation for further information.
Full Changelog: v2.3.5...v2.3.6-beta.1
v2.3.5
New Features
- Allow for User Targets. See updated SERVICES documentation for more information.
- Add service
browser_mod.deregister_browser. This allows for cleanup of orphaned non-reporting browsers. See updated SERVICES documentation for more information.
Fixes
- Refecator popup close to fix audio playon issue for popups which include webRTC stream.
- Don't turn browser screen on, on first connect. Allows for browsers with screen turned off to correctly stay off if refreshed, but not by user interaction.
- Update dashboard resource version after update installed.
Full Changelog: v2.3.4...v2.3.5