Releases: mathoudebine/homeassistant-browser-control-card
v1.6.0
What's Changed
New layout option
As suggested in #28 a new layout option is now available to configure buttons horizontal alignment and spacing
- available values:
center(default),space-around,leftandright
![]() |
![]() |
|---|---|
center layout |
space-around layout |
Buttons are now centered by default instead of left-aligned like on previous versions.
Updated graphical card configuration
The graphical card configuration now uses HomeAssistant standard form editor instead of a custom-made configuration page. It allows for optimal rendering on all devices and browsers, and will simplify the card maintenance in the future.
This new configuration form introduces an update in the YAML configuration for the controls:
| Previous configuration format | New configuration format |
hide_fullscreen: false
hide_screenlock: false
hide_zoom: false
hide_refresh: false
hide_navbar: false
hide_sidebar: false |
controls:
- fullscreen
- wakelock
- zoom
- reload
- navbar
- sidebar |
Previous configuration keys beginning with hide_ are still supported, but will be ignored as soon as the card is configured using UI and a controls key is present.
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Fix navigation bar not hiding in HA 2026.02 by @mathoudebine in #26
Full Changelog: v1.5.0...v1.5.1
v1.5.0
New features
Added 2 new buttons: "Toggle Navigation Bar" and "Toggle Sidebar"
Bugfix
- Buttons were always small because of the variable
--paper-font-display1_-_font-sizebeing deprecated: replaced by--ha-font-size-5xl - For global consistency, all icons now reflect button action instead of current state
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Fix visual editor
- Update buttons to match new Lovelace style
- Remove external dependency to unpkg for LitElement
by @mathoudebine in #16
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Force lit version to 2.8.0 because 3.0.0 is broken on unpkg.com by @mathoudebine in #12
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Feature/add customization options by @mathoudebine in #8
Add customization options for card style: smaller buttons, no padding between buttons and card borders. Try it out!
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- Check if CSS zoom supported by browser to display zoom buttons (by @mathoudebine fixes #6)
Full Changelog: v1.2...v1.2.1
v1.2
What's Changed
- Removed F11 event handler, to allow browser to manage full-screen when possible (by @mathoudebine fixes #4)
Full Changelog: v1.1...v1.2
v1.1
Release 1.0
Initial release : add card with the 5 buttons : full-screen, sleep lock, zoom in, zoom out, reload.





