mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 02:47:44 +00:00
14 lines
323 B
YAML
14 lines
323 B
YAML
v3_button_power:
|
|
template: v3_button
|
|
variables:
|
|
power_sensor:
|
|
state_display: |
|
|
[[[
|
|
if (entity?.state === 'off') return 'Off';
|
|
return states[variables.power_sensor].state + " W";
|
|
]]]
|
|
icon: mdi:power-socket
|
|
tap_action:
|
|
action: more-info
|
|
entity: "[[[return variables.power_sensor]]]"
|