mirror of
https://github.com/Anashost/HA-Animated-cards.git
synced 2026-01-11 16:20:05 +00:00
Rename unique_id for Dryer Active delay
This commit is contained in:
@@ -1834,7 +1834,7 @@ card_mod:
|
|||||||
```yaml
|
```yaml
|
||||||
- binary_sensor:
|
- binary_sensor:
|
||||||
- name: "Dryer Active delay"
|
- name: "Dryer Active delay"
|
||||||
unique_id: dryer_active_status
|
unique_id: dryer_active_delay
|
||||||
# Change the entity_id below to match your actual smart plug
|
# Change the entity_id below to match your actual smart plug
|
||||||
state: >
|
state: >
|
||||||
{{ states('sensor.smart_plug_power')|float(0) > 5 }}
|
{{ states('sensor.smart_plug_power')|float(0) > 5 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user