github mathoudebine/homeassistant-browser-control-card v1.6.0

7 hours ago

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, left and right
Centered layout Space-around layout
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.

New configuration

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

Don't miss a new homeassistant-browser-control-card release

NewReleases is sending notifications on new releases.