Skip to content

Releases: dcapslock/hass-browser_mod

v2.3.8-beta.1

20 May 03:32

Choose a tag to compare

v2.3.8-beta.1 Pre-release
Pre-release

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

29 Apr 21:42
4fc4a2e

Choose a tag to compare

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_id not showing in UI for service browser_mod.navigate.
  • Correct popup _actions where 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

29 Apr 10:46

Choose a tag to compare

v2.3.7-beta.3 Pre-release
Pre-release

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_id not showing in UI for service browser_mod.navigate.
  • Correct popup _actions where 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

29 Apr 05:05

Choose a tag to compare

v2.3.7-beta.2 Pre-release
Pre-release

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_id not showing in UI for service browser_mod.navigate.
  • Correct popup _actions where 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

28 Apr 23:43

Choose a tag to compare

v2.3.7-beta.1 Pre-release
Pre-release

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_id not showing in UI for service browser_mod.navigate.

Full Changelog: v2.3.6...v2.3.7-beta.1

v2.3.6

27 Apr 21:52
dc34ed9

Choose a tag to compare

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.popop and 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

22 Apr 01:42

Choose a tag to compare

v2.3.6-beta.3 Pre-release
Pre-release

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.popop and 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

21 Apr 06:50

Choose a tag to compare

v2.3.6-beta.2 Pre-release
Pre-release

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

19 Apr 07:13

Choose a tag to compare

v2.3.6-beta.1 Pre-release
Pre-release

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

18 Apr 02:44
90888bf

Choose a tag to compare

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