Replies: 1 comment
-
Albert, [01/10/2024 11:23] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I absolutely LOVE it when I see videos that people have posted who are using and enjoying the Firemote card!
I recently found this video, posted by Un Friki Domotizado / @Albert267
https://www.youtube.com/watch?v=Kp689zsvfFA
Please watch it! It's great! 😄
I wanted to address a few questions that he brought up in the video. I hope that these comments can help anyone else with the same questions, or maybe create further discussion on ways that Firemote can improve in the future.
At 6:52 in the video
There is no need to delete these YAML entries
These are automatically and purposefully added/modified in your configuration when you selected None / Other from the device family section menu. Removing them from your YAML config may cause undesired results.
I highly recommend taking a look at the Firemote wiki article entity: none which outlines this concept.
At 7:56 in the video
The documentation is correct. You can call a script, but it's important to use the proper script name. It can be difficult to track down the actual script name, but there are a few ways to find it.
Try this: Go to Settings -> Automations & Scenes -> Scripts -> 3 Dots -> Show Settings
In this menu, you'll find the actual name of your script:
If I wanted to attach this Switch to HDMI3 script to the mute button, I would use the actual script name in the YAML config like this:
On a very rare occasion, it is actually possible for the name that appears here to still be the incorrect name. It's strange, but I have seen it before. If the instructions above do not solve your problem, take a look at Issue #501 to see the steps that were used to track down that type of problem.
At 10:48 in the video
You can use images on your custom launcher buttons by using the image_path YAML key. In the value, you can specify a path to the image, or even encode one. I recommend using SVG images.
A possible option for Netflix might be
The problem with using an external source for a logo is that you are now relying on an internet resource for your artwork. Using an image served locally from your Home Assistant server, or base64 encoding a SVG image and directly putting it in your YAML are both better options.
Just for fun, try these!
Most of the things mentioned above are also addressed in the wiki article entity: none so my best recommendation is to read through that and let me know if it helps, or if anything in it is unclear.
Of course, no additional work would be required if your device was already supported by Firemote. I just recently updated and reset the poll results in the discussion Poll: Vote for what gets added next! #41. Make sure you vote again if you haven't voted since Sep-26-2024
I hope you find this helpful @Albert267 (and others)! Let's keep the conversation going! Ask your questions below! I love to help!
-Doug
Beta Was this translation helpful? Give feedback.
All reactions