moved drone to podman
This commit is contained in:
41
ansible/roles/podman/files/hass/automations.yaml
Normal file
41
ansible/roles/podman/files/hass/automations.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
- id: '1649042254031'
|
||||
alias: Office Lights Morning
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '10:30:00'
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: 04a5b4bea0caafe63bca3fb31c49091b
|
||||
entity_id: light.bastian_s_office_lights
|
||||
domain: light
|
||||
brightness_pct: 100
|
||||
mode: single
|
||||
- id: '1649042299713'
|
||||
alias: Office Lights Evening
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '17:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: 04a5b4bea0caafe63bca3fb31c49091b
|
||||
entity_id: light.bastian_s_office_lights
|
||||
domain: light
|
||||
brightness_pct: 1
|
||||
mode: single
|
||||
- id: '1649042328061'
|
||||
alias: Office Lights Off
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '20:00:00'
|
||||
condition: []
|
||||
action:
|
||||
- type: turn_off
|
||||
device_id: 04a5b4bea0caafe63bca3fb31c49091b
|
||||
entity_id: light.bastian_s_office_lights
|
||||
domain: light
|
||||
mode: single
|
||||
19
ansible/roles/podman/files/hass/configuration.yaml
Normal file
19
ansible/roles/podman/files/hass/configuration.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Text to speech
|
||||
tts:
|
||||
- platform: google_translate
|
||||
api:
|
||||
http:
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
- 172.0.0.0/8
|
||||
|
||||
homeassistant:
|
||||
time_zone: America/New_York
|
||||
media_dirs:
|
||||
media: /share
|
||||
|
||||
automation: !include automations.yaml
|
||||
Reference in New Issue
Block a user