Chykan
(Andrew)
January 23, 2025, 1:17am
2356
See this link here, create colour sensors to replace the whole line of code. Senors configured in configuration.yaml, insert line of code via template.
See this post confirmed to work on picture elements cards, in css and many other places.
This seems to have some effect.
chip:
type: template
tap_action:
action: toggle
entity: input_boolean.kiosk_mode_toggle
icon: mdi:menu
card_mod:
style: |
ha-card {
border: 2px solid rgb(220,220,220,0.8) !important;
{% if is_state('climate.air_conditioning', 'heat_cool') %}
…
and here for full details
This Sticky Floating Menu works on all devices. Youtube Link Here
FULL CODE FOR CARDS AND THEMES AVAILABLE HERE
Mobile and Small Tablets in Portrait
Resizes and uses Mobile Navigation Action
No Back Button - Use Back Button On Device
Full Size Tablet, Portrait and Landscape
Resizes and uses Navigation Action
No Back Button - Use Back Button On Device
Larger Displays
Resizes and uses Navigation Action
Has Back Button
Nest Hub, Nest Hub Max & Pixel Tablet Hub, While Casting
Resizes and u…