Rename unique_id for Dryer Active delay

This commit is contained in:
AnasHost
2026-01-09 14:49:52 +01:00
committed by GitHub
parent 94dda20d10
commit f84f054da7

View File

@@ -1834,7 +1834,7 @@ card_mod:
```yaml
- binary_sensor:
- 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
state: >
{{ states('sensor.smart_plug_power')|float(0) > 5 }}