Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
migrate off of lovelace-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterjm committed Apr 27, 2019
1 parent e905c62 commit 8cfbe06
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 1,218 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.91.1
0.92.0
10 changes: 10 additions & 0 deletions automations/hassio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
data:
addon: core_letsencrypt

- id: nginx-restart
alias: "Restart Nginx"
trigger:
- platform: time
at: '00:00:00'
action:
- service: hassio.addon_restart
data:
addon: core_nginx_proxy

- id: homekit-start
alias: "Start HomeKit"
trigger:
Expand Down
6 changes: 3 additions & 3 deletions automations/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
value_template: "{{ not is_state('group.family_presence', 'home') }}"
- condition: template
value_template: >
{% for s in ['garage', 'foyer'] if s in 'image_processing.tensorflow_garage' %}
True
{% else %}
{% for s in ['garage', 'foyer'] if s in trigger.entity_id %}
False
{% else %}
True
{% endfor %}
- service: notify.ios_jk_phones
data_template:
Expand Down
3 changes: 2 additions & 1 deletion configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ lovelace:

# Text to speech
tts:
- platform: google
- platform: google_translate
service_name: google_say

automation: !include_dir_merge_list automations
script: !include_dir_merge_named scripts
Loading

0 comments on commit 8cfbe06

Please sign in to comment.