From 8a540ccebc2f02a76a52fdeb8f086f7c96569e6d Mon Sep 17 00:00:00 2001 From: ccostan Date: Mon, 8 Jun 2020 11:52:47 -0400 Subject: [PATCH] Notification Updates #750 --- config/packages/fitbit.yaml | 3 ++- config/packages/garadget.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/config/packages/fitbit.yaml b/config/packages/fitbit.yaml index 8c9da90a..6bd6c096 100755 --- a/config/packages/fitbit.yaml +++ b/config/packages/fitbit.yaml @@ -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' diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 6233a792..7c37d704 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -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