Move time server IP to secrets
Mostly not because it's "secret" but to make templates reusable.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
binary_sensor:
|
||||
- platform: template
|
||||
name: "Device clock invalid"
|
||||
lambda: 'return !id(sntp_time).now().is_valid();'
|
||||
entity_category: diagnostic
|
||||
device_class: problem
|
||||
Reference in New Issue
Block a user