github thomasloven/hass-browser_mod v2.6.0-beta.1

pre-release15 hours ago

New features

  • Refeactored size and style to popup_styles. While this is a major update, it is not breaking and all existing popup size and style conifigurations will still work. Notable information for this update:
    • New Popup styles section in UI confirguration for custom:popup-card. Yaml parameter section is popup_styles. See SERVICES.md for detailed information of the popup_styles configuration section.
    • New Styles documentation and examples guide. See STYLES.md
    • Ability to define your own popup styles which can also include the standard styles or you own other styles. See STYLES.md
    • initial_style replaces size which is now deprecated and will not show in UI if not configured in yaml.
    • all popup style now replaces style which is now deprecated and will not show in UI if not configured in yaml.
    • Ability to cycle between styles when tapping popup title, or with the new browser_mod.set_popup_style service, using Style sequence (style_sequence). You can cycle between inbuilt styles and/or your own. See STYLES.md for an example using custom style.
  • Tapping popup title will cycle between styles set by Style sequence. Default configuration is to cycle between wide and normal styles mimicing the built in Home Assistant more-info dialog.
  • browser_mod.more_info now supports hass-more-info view parameters of history, settings and related. See SERVICES.md for more information.

Full Changelog: v2.5.3...v2.6.0-beta.1

Don't miss a new hass-browser_mod release

NewReleases is sending notifications on new releases.