github PRProd/HA-Firemote v2.0.2
Allow buttons to be hidden

latest releases: v3.4.2, v3.4.1, v3.4.0...
14 months ago

This release now allows buttons to be hidden by utilizing the "button-overrides" field in the card's YAML config.

As requested in #42, if a user wanted to hide all of the buttons that referred to power and volume, this could be added to the YAML config:

button_overrides:
  power-button:
    hidden: true
  volume-up-button:
    hidden: true
  volume-down-button:
    hidden: true
  mute-button:
    hidden: true

Full Changelog: v2.0.1...v2.0.2

Don't miss a new HA-Firemote release

NewReleases is sending notifications on new releases.