Great Tip from @gabrielemariotti to clean up Template Sensors across the board. #529

This commit is contained in:
ccostan
2019-03-31 17:13:37 -04:00
parent 13a33ecc57
commit 55f75950b0
9 changed files with 34 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
- platform: template
sensors:
last_boot_templated:
entity_id: []
value_template: >-
{%- set slb = states.sensor.last_boot.state.split(' ') -%}
{%- set count = slb | length -%}
@@ -49,7 +50,7 @@
value_template: '{{ value }}'
#############################################################################################################
### This part of the automation is hidden due to the IP address exposed ##
### This part of the automation is hidden due to the External IP address being exposed ##
# - platform: template
# sensors:
# ipchange: