Notification Updates #750

This commit is contained in:
ccostan 2020-06-08 11:52:47 -04:00
parent 64d3054019
commit 8a540ccebc
2 changed files with 8 additions and 7 deletions

View File

@ -9,7 +9,7 @@
# unit_of_measurement: hours
# icon: mdi:sleep
#
#
#
#-------------------------------------------
sensor:
- platform: fitbit
@ -54,6 +54,7 @@ automation:
data_template:
value1: "Your current fitbit steps are {{ states('sensor.steps') }} - You probably do not have it."
who: 'carlo'
apns_id: 'information'
- alias: 'Fitbit 10k'
initial_state: 'on'

View File

@ -49,6 +49,12 @@ sensor:
unit_of_measurement: '%'
value_template: '{{ value_json.bright }}'
- platform: mqtt
name: 'Large Garage Brightness'
state_topic: 'garadget/Garadget Large/status'
unit_of_measurement: '%'
value_template: '{{ value_json.bright }}'
- platform: template
sensors:
large_garage_status:
@ -69,12 +75,6 @@ sensor:
friendly_name: 'Reflection Rate'
value_template: '{{ states.cover.large_garage.attributes["sensor_reflection_rate"] }}'
- platform: mqtt
name: 'Large Garage Brightness'
state_topic: 'garadget/Garadget Large/status'
unit_of_measurement: '%'
value_template: '{{ value_json.bright }}'
group:
garage_doors:
name: Garage Doors