Notification Updates #750
This commit is contained in:
parent
64d3054019
commit
8a540ccebc
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue