Skip to content

Releases: mathoudebine/homeassistant-browser-control-card

v1.6.0

11 Feb 11:41
42ffc25

Choose a tag to compare

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

v1.5.1

09 Feb 11:54
44790d2

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

20 Jul 22:17

Choose a tag to compare

New features

Added 2 new buttons: "Toggle Navigation Bar" and "Toggle Sidebar"

Hide navigation bar Hide sidebar

Bugfix

  • Buttons were always small because of the variable --paper-font-display1_-_font-size being 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

25 Jul 12:22

Choose a tag to compare

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

20 Oct 10:29
47e6b16

Choose a tag to compare

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

15 Apr 16:22
86cbc76

Choose a tag to compare

What's Changed

Add customization options for card style: smaller buttons, no padding between buttons and card borders. Try it out!

Animation2

Full Changelog: v1.2.1...v1.3.0

v1.2.1

14 Mar 13:21
ca6fb93

Choose a tag to compare

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

14 Mar 12:45
61681f6

Choose a tag to compare

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

17 Feb 09:50

Choose a tag to compare

Add configuration options to show/hide buttons

You can now use YAML configuration or Lovelace graphical card editor to show/hide some buttons of the card (feature #2)

Release 1.0

26 Jan 15:11

Choose a tag to compare

Initial release : add card with the 5 buttons : full-screen, sleep lock, zoom in, zoom out, reload.