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
7 lines
175 B
YAML
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
|