Adding the building Blocks - #845 plus some other stuff.

This commit is contained in:
ccostan 2020-08-07 13:12:40 -04:00
parent 9d5686534a
commit d283ca3382
8 changed files with 113 additions and 6 deletions

View File

@ -252,7 +252,7 @@ automation:
"Since running the AC while {{ trigger.to_state.attributes.friendly_name }} is open, I will turn off the Air Conditioner.", "Since running the AC while {{ trigger.to_state.attributes.friendly_name }} is open, I will turn off the Air Conditioner.",
"Once the {{ trigger.to_state.attributes.friendly_name }} is closed, I will turn the Air Conditioner back on", "Once the {{ trigger.to_state.attributes.friendly_name }} is closed, I will turn the Air Conditioner back on",
"So we dont waste money, I will turn off the AC until {{ trigger.to_state.attributes.friendly_name }} has been closed.", "So we dont waste money, I will turn off the AC until {{ trigger.to_state.attributes.friendly_name }} has been closed.",
"{{ trigger.to_state.attributes.friendly_name }} is open and we are cooling the outside. I will fix that by turning off the AC for now.", "The {{ trigger.to_state.attributes.friendly_name }} is open and we are cooling the outside. I will fix that by turning off the AC for now.",
"The fresh Air from the {{ trigger.to_state.attributes.friendly_name }} is great so I will turn off the AC until it is closed again.", "The fresh Air from the {{ trigger.to_state.attributes.friendly_name }} is great so I will turn off the AC until it is closed again.",
"When Doors and windows are left open like the {{ trigger.to_state.attributes.friendly_name }}, I will remember to turn off the AC." "When Doors and windows are left open like the {{ trigger.to_state.attributes.friendly_name }}, I will remember to turn off the AC."
] | random }} ] | random }}

View File

@ -4,6 +4,24 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/392 # https://github.com/CCOSTAN/Home-AssistantConfig/issues/392
################################### ###################################
input_boolean:
snooze_lightning:
name: Snooze Lightning
initial: off
icon: mdi:weather-lightning
ios:
push:
categories:
- name: Lightning
identifier: 'LIGHTNING'
actions:
- identifier: 'SNOOZE_LIGHTNING'
title: 'Snooze Alerts until tomorrow'
activationMode: 'background'
authenticationRequired: no
destructive: yes
automation: automation:
- alias: 'Lightning Notification' - alias: 'Lightning Notification'
id: 6e054688-5e75-48bd-9411-52a3e26264d1 id: 6e054688-5e75-48bd-9411-52a3e26264d1

View File

@ -14,19 +14,19 @@ ios:
push: push:
categories: categories:
- name: RemoteLR - name: RemoteLR
identifier: 'RemoteLR' identifier: 'REMOTELR'
actions: actions:
- identifier: 'LR_REMOTE_FOUND' - identifier: 'LR_REMOTE_FOUND'
title: 'Remote Found' title: 'Remote Found'
activationMode: 'background' activationMode: 'background'
authenticationRequired: no authenticationRequired: no
destructive: yes destructive: no
- identifier: 'LR_REMOTE_NOT_FOUND' - identifier: 'LR_REMOTE_NOT_FOUND'
title: 'Not Yet' title: 'Not Yet'
activationMode: 'background' activationMode: 'background'
authenticationRequired: no authenticationRequired: no
destructive: yes destructive: no
############################################################################## ##############################################################################
### Automations ### Automations
@ -55,7 +55,7 @@ automation:
data_template: data_template:
title: 'Living Room Remote' title: 'Living Room Remote'
value1: 'Find Remote' value1: 'Find Remote'
ios_category: "RemoteLR" ios_category: "REMOTELR"
who: "family" who: "family"
apns_id: 'RemoteLR' apns_id: 'RemoteLR'

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 192 KiB