-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to turn hide power and volume? #42
Labels
enhancement
New feature or request
Comments
Sure! I'll look into what I can do to make that happen. |
PRProd
added a commit
that referenced
this issue
Mar 22, 2023
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 Other code cleanup and minor meta description changes were made
Version 2.0.2 has now been released which will allow you to hide ANY button you'd like. For your specific request, after installing the latest version of Firemote, simply add the following to your Firemote's YAML file: button_overrides:
power-button:
hidden: true
volume-up-button:
hidden: true
volume-down-button:
hidden: true
mute-button:
hidden: true I will be adding this detail to the README file shortly |
Great! Thank you! |
@mnaccts - You're welcome! Thanks for your ideas! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thanks for putting this together.
Might it be possible to add an option to hide the volume controls and the power button for those who can't use that? The override option is nice, but that might be confusing for some members of the house.
The text was updated successfully, but these errors were encountered: