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

View File

@ -49,6 +49,12 @@ sensor:
unit_of_measurement: '%' unit_of_measurement: '%'
value_template: '{{ value_json.bright }}' 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 - platform: template
sensors: sensors:
large_garage_status: large_garage_status:
@ -69,12 +75,6 @@ sensor:
friendly_name: 'Reflection Rate' friendly_name: 'Reflection Rate'
value_template: '{{ states.cover.large_garage.attributes["sensor_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: group:
garage_doors: garage_doors:
name: Garage Doors name: Garage Doors