This is probably a total newb question, but I’m trying to display a dimmer level as a percentage to match the slider. Right now it shows a value of 1-255. How do I show the brightness attribute as a %? Thanks in advance!
Thanks Mike, this is great! Do I need to create a template attribute for every device or is there a way to do for either a group or all of a particular device type, ie ‘light’? Really appreciate the help!
Make sure you have homeassistant: only once in the configuration.yaml in both cases. Mine looks like this for example:
homeassistant:
customize_glob: !include customize_glob.yaml
customize_domain: !include customize_domain.yaml
customize: !include customize.yaml
packages: !include_dir_named include #this is only to show that there are also other things under homeassistant: