Improved display sensors

pull/15/head
Paul-Vincent Roll 1 year ago committed by GitHub
parent e2181c2e3f
commit 3671a83dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,10 +193,15 @@ sensor:
- platform: template
name: "weatherman: Display Last Update"
device_class: timestamp
entity_category: "diagnostic"
id: display_last_update
- platform: template
name: "weatherman: Recorded Display Refresh"
accuracy_decimals: 0
unit_of_measurement: "Refreshs"
state_class: "total_increasing"
entity_category: "diagnostic"
lambda: 'return id(recorded_display_refresh);'
# Call Subway and Weather sensors from HA.

Loading…
Cancel
Save