Under icons, row 1, then Appearance, and Dynamic Color Template, I added some code via ChatGPT to turn the lock green when locked, and red when unlocked. The colors now alert me when I leave the car unlocked. Unfortunately, I now changed it that the icon always shows the ālock iconā. How do I change the code below to show an open lock?
{% if is_state(ālock.ix_m60_lockā, ālockedā) %}
green
{% else %}
red
{% endif %}
Does anyone know if you can use this card alongside a menu structure at the top ? I want several āscreensā each using ultra card but I wan to easily be able to move between them
Thanks for sharing your project but how do i get those beautiful dashboard screens you have shown in your HACS into my dashboard? Are there somewhere yaml codes available to copy and paste?