Releases: thomasloven/hass-browser_mod
Releases · thomasloven/hass-browser_mod
Fixes for Home Assistant 2024.7
- Fix popup cards not working in Home Assistant 2024.7 - thanks @sebastian-bartkowiak
- Fix issues in settings pages - thanks @Alfiegerner and @kvanbiesen
- Fix warning about deprecated functionality - thanks @IntExCZ , @lanquarden and @hmmbob
- Fix width of header when sidebar is hidden - thanks @Garfonso
- Add ability to toggle AFJ to the settings page
- Improve how devices are selected for service calls in GUI
Various fixes
- Fixes issues with Home Assistant 2023.7
- Browser ID can now be set by a URL parameter
?BrowserID=whatever
- Changes to popup formatting to be more consistent with built-in dialogs
- Long values for browser frontend settings are displayed nicer in the Browser Mod panel.
- Selecting browsers for service calls should work now
- States should now be restored once frontend connection is restored (e.g. after rebooting hass)
Fix sidebar titles
2.2.2 Sort manifest keys
Fix for Home Assistant 2023.4
Fixes the sidebar and header hiding in 2023.4 and later.
Various upgrades and fixes
- Better looking popups
- Option to hide interaction icon
- More Fully Kiosk Browser sensor data
- Add Auto-register feature
- Add registration lock feature
- Fix hiding of entities
- Fix popup cards sometimes mixing together
- Fix battery charge reporting when not using Fully Kiosk Browser
- Likely something I forgot
2.1.3
EVERYTHING CHANGES BETWEEN 1.5 and 2.0!
READ THE README!
NOTHING WILL WORK!
Changes in 2.1.3:
- Fix Registered Browsers display
- Make popup-cards not count in layouts
2.1.2
EVERYTHING CHANGES BETWEEN 1.5 and 2.0!
READ THE README!
NOTHING WILL WORK!
Changes in 2.1.2:
- Popups can be closed by going back (cannot be reopened)
- Fix broken padding in popups
- Hide menu icon on mobile when sidebar is hidden
- Make work better with old iOS devices.
- Entities become unavailable when a Browser disconnects
Popup styling fixes
EVERYTHING CHANGES BETWEEN 1.5 and 2.0!
READ THE README!
NOTHING WILL WORK!
Changes in 2.1.1:
- Fix
--popup-border-radius
, add--popup-padding-x
,--popup-padding-y
style variables for popups - Allow styling popups via card-mod
- Show version in Browser Mod panel so you can see if you cleared your caches enough (maybe)
- Moved documentation on styling popups from service.md to popups.md
2.1.0
EVERYTHING CHANGES BETWEEN 1.5 and 2.0!
READ THE README!
NOTHING WILL WORK!
Changes in 2.1.0:
- Browser Mod panel can now be seen by non-admin users
- Browser registration can be locked so non-admin users can't unregister their browsers
- Changing sidebar title should work better
- Clear error messages for services (in browser console)
- Add set_theme service
- Add notification service
- Fix dismiss action executing immediately for multi-level popups (HOW did you manage to discover this bug in less than 24 hours, @Protoncek?)
- Align popup cards on mobile
- Custom cards now work in popups
- Map card now works in popups
- Added some functions to the javascript service, like lovelace_reload()
Bugfixes
Remember that Browser Mod 2.0 is breaking from Browser Mod 1.5.
Re-read the readme! Everything is changed.