diff --git a/config/automation/dark_rainy_day.yaml b/config/automation/dark_rainy_day.yaml index c7039c55..044c4e4c 100755 --- a/config/automation/dark_rainy_day.yaml +++ b/config/automation/dark_rainy_day.yaml @@ -68,5 +68,5 @@ call_garage_check: 1 - delay: - hour: 3 + hours: 3 ###################################################################### diff --git a/config/automation/medicine_logger.yaml b/config/automation/medicine_logger.yaml index 9826c97a..5841a8cc 100755 --- a/config/automation/medicine_logger.yaml +++ b/config/automation/medicine_logger.yaml @@ -2,6 +2,7 @@ ## LOG Medicine ################################### - alias: 'Log Medicine Activity' + mode: single id: 5e250206-029e-42fb-993f-fc3f04760de3 trigger: @@ -15,8 +16,6 @@ action: - service: input_boolean.turn_on entity_id: input_boolean.medicine - - service: automation.turn_off - entity_id: automation.log_medicine_activity - service: logbook.log data: name: "Medicine Push" @@ -36,5 +35,3 @@ apns_id: 'Medicine' - delay: minutes: 1 - - service: automation.turn_on - entity_id: automation.log_medicine_activity diff --git a/config/configuration.yaml b/config/configuration.yaml index d563d770..b77e5aa3 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -79,14 +79,14 @@ http: frontend: -panel_custom: - - name: floorplan - sidebar_title: Alarm Panel - sidebar_icon: mdi:security-home - url_path: floorplan - config: - hide_app_toolbar: - config: /local/custom_ui/floorplan/floorplan.yaml +# panel_custom: +# - name: floorplan +# sidebar_title: Alarm Panel +# sidebar_icon: mdi:security-home +# url_path: floorplan +# config: +# hide_app_toolbar: +# config: /local/custom_ui/floorplan/floorplan.yaml discovery: diff --git a/config/group/switches.yaml b/config/group/switches.yaml index 7e89094f..a3a655e4 100755 --- a/config/group/switches.yaml +++ b/config/group/switches.yaml @@ -21,5 +21,5 @@ Master Bathroom Accents: - switch.master_bathroom_accent_1 - switch.master_bathroom_accent_2 -Outdoor Seasonal Switches: +Outdoor Seasonal: - switch.outside_1 diff --git a/config/packages/august.yaml b/config/packages/august.yaml index f783592c..53f3477a 100755 --- a/config/packages/august.yaml +++ b/config/packages/august.yaml @@ -8,18 +8,20 @@ ###################################################################### #------------------------------------------- -august: - login_method: email - username: !secret august_username - password: !secret august_password +# august: +# login_method: email +# username: !secret august_username +# password: !secret august_password +# Moved Authentication to UI Integrations # Added to the LOCK group # Added a check lock routine to the Briefing.yaml - Will check locks whenever there is a speech event. +###################################################################### +## Door Lock Status Announcements - Only during normal hours. +###################################################################### + automation: - ###################################################################### - ## Door Lock Status Announcements - Only during normal hours. - ###################################################################### - alias: 'Door Locked Announcement' id: a4294b3b-51f3-4e32-8e71-b9ef865add3b trigger: @@ -48,3 +50,18 @@ automation: - service: script.speech_engine data: DoorUnLocked: "The {{ trigger.to_state.name }} has been {{ trigger.to_state.state }} for 10 minutes. I will lock it in 10 minutes if it is still unlocked." + + - alias: 'August Battery Monitor' + id: 82d6d09b-fba1-4320-8048-067043b490fc + mode: single + trigger: + - platform: numeric_state + entity_id: sensor.front_door_battery + below: 25 + + action: + - service: script.notify_engine + data: + title: 'Low Battery' + value1: 'The August Door lock is at {{ states("sensor.front_door_battery") }}% ' + apns_id: 'Battery_Alert' diff --git a/config/packages/ios.yaml b/config/packages/ios.yaml index 4826413e..5b01a751 100755 --- a/config/packages/ios.yaml +++ b/config/packages/ios.yaml @@ -8,7 +8,7 @@ #------------------------------------------- notify: - - platform: ios +# - platform: ios #Not Needed anymore - 10/04/2020 - name: ios_family platform: group services: diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 6b088bff..f01dd606 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 3ac8c0cd..3f36d3bc 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ