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