No. This is not used at all. In fact the numeric keypad is the only thing which is implemented. Is the status of the alarm displayed correctly? What happens when you click on the tile? Did you open developer tools to see if there are any errors?
Can you tell if it’s possible to use a custom tile for navigation to specific page and to specific group?
I want to use custom tile for navigation instead of menu.
I figured out the fault, I have give the code in my yaml configuration and that made keypad hidden. so all we need to do is to leave code attribute blank.
now code_format = Number
I have also included keypad sensor status into title of Alarm tile to make sure system is ready to arm/disarm.
I can access it in the dev-tools template like this: {{states.weather.smhi_home.attributes.forecast[0].temperature}} which gives the temperature.
In the weather_list-tile I try to set the value to: &states.weather.smhi_home.attributes.forecast[0].temperature which does does not give the value, but that exact string.
&weather.smhi_home.attributes.forecast[0] without the “states.” only gives the value as [Object object][Object object].
There’s something I’m missing in how to reference the values in templates? One solution would be to create template sensors, but that would be too many for weather_list.
Thanks for a great project! Just what I was looking for after trying out a bunch of them.
Another beginner question sorry, I’m using the darksky and all is working on Home Assistant although on Tileboard i cannot display as i’m getting a missing “group.weather” error.
Can someone please explain how to add/create the weather group, I’m using default everything from the Examples page.