Files
esphome/templates/time.yaml
T
artem 8614d7f8a3 Settle on a common prefix to ESP-specific entities
esp is often used as a bridge to other device, e.g. a lock,
an AC, a siren, power switch etc. It helps to distinguish esp chip
sensor readings from that of the target device
2025-02-08 13:21:27 +01:00

7 lines
175 B
YAML

binary_sensor:
- platform: template
name: "ESP chip clock invalid"
lambda: 'return !id(sntp_time).now().is_valid();'
entity_category: diagnostic
device_class: problem