Cleaning up Misc issues in the Log file. Sunday Clean-Up

This commit is contained in:
ccostan 2020-10-04 15:03:48 -04:00
parent 3067190bca
commit fe03d1521a
8 changed files with 36 additions and 22 deletions

View File

@ -68,5 +68,5 @@
call_garage_check: 1 call_garage_check: 1
- delay: - delay:
hour: 3 hours: 3
###################################################################### ######################################################################

View File

@ -2,6 +2,7 @@
## LOG Medicine ## LOG Medicine
################################### ###################################
- alias: 'Log Medicine Activity' - alias: 'Log Medicine Activity'
mode: single
id: 5e250206-029e-42fb-993f-fc3f04760de3 id: 5e250206-029e-42fb-993f-fc3f04760de3
trigger: trigger:
@ -15,8 +16,6 @@
action: action:
- service: input_boolean.turn_on - service: input_boolean.turn_on
entity_id: input_boolean.medicine entity_id: input_boolean.medicine
- service: automation.turn_off
entity_id: automation.log_medicine_activity
- service: logbook.log - service: logbook.log
data: data:
name: "Medicine Push" name: "Medicine Push"
@ -36,5 +35,3 @@
apns_id: 'Medicine' apns_id: 'Medicine'
- delay: - delay:
minutes: 1 minutes: 1
- service: automation.turn_on
entity_id: automation.log_medicine_activity

View File

@ -79,14 +79,14 @@ http:
frontend: frontend:
panel_custom: # panel_custom:
- name: floorplan # - name: floorplan
sidebar_title: Alarm Panel # sidebar_title: Alarm Panel
sidebar_icon: mdi:security-home # sidebar_icon: mdi:security-home
url_path: floorplan # url_path: floorplan
config: # config:
hide_app_toolbar: # hide_app_toolbar:
config: /local/custom_ui/floorplan/floorplan.yaml # config: /local/custom_ui/floorplan/floorplan.yaml
discovery: discovery:

View File

@ -21,5 +21,5 @@ Master Bathroom Accents:
- switch.master_bathroom_accent_1 - switch.master_bathroom_accent_1
- switch.master_bathroom_accent_2 - switch.master_bathroom_accent_2
Outdoor Seasonal Switches: Outdoor Seasonal:
- switch.outside_1 - switch.outside_1

View File

@ -8,18 +8,20 @@
###################################################################### ######################################################################
#------------------------------------------- #-------------------------------------------
august: # august:
login_method: email # login_method: email
username: !secret august_username # username: !secret august_username
password: !secret august_password # password: !secret august_password
# Moved Authentication to UI Integrations
# Added to the LOCK group # Added to the LOCK group
# Added a check lock routine to the Briefing.yaml - Will check locks whenever there is a speech event. # 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: automation:
######################################################################
## Door Lock Status Announcements - Only during normal hours.
######################################################################
- alias: 'Door Locked Announcement' - alias: 'Door Locked Announcement'
id: a4294b3b-51f3-4e32-8e71-b9ef865add3b id: a4294b3b-51f3-4e32-8e71-b9ef865add3b
trigger: trigger:
@ -48,3 +50,18 @@ automation:
- service: script.speech_engine - service: script.speech_engine
data: 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." 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'

View File

@ -8,7 +8,7 @@
#------------------------------------------- #-------------------------------------------
notify: notify:
- platform: ios # - platform: ios #Not Needed anymore - 10/04/2020
- name: ios_family - name: ios_family
platform: group platform: group
services: services:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB