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
- delay:
hour: 3
hours: 3
######################################################################

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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'

View File

@ -8,7 +8,7 @@
#-------------------------------------------
notify:
- platform: ios
# - platform: ios #Not Needed anymore - 10/04/2020
- name: ios_family
platform: group
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