New features
- Refeactored
size
andstyle
topopup_styles
. While this is a major update, it is not breaking and all existing popupsize
andstyle
conifigurations will still work. Notable information for this update:- New Popup styles section in UI confirguration for
custom:popup-card
. Yaml parameter section ispopup_styles
. See SERVICES.md for detailed information of thepopup_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
replacessize
which is now deprecated and will not show in UI if not configured in yaml.all
popup style now replacesstyle
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.
- New Popup styles section in UI confirguration for
- Tapping popup title will cycle between styles set by Style sequence. Default configuration is to cycle between
wide
andnormal
styles mimicing the built in Home Assistant more-info dialog. browser_mod.more_info
now supportshass-more-info
view parameters ofhistory
,settings
andrelated
. See SERVICES.md for more information.
Full Changelog: v2.5.3...v2.6.0-beta.1