moved drone to podman

This commit is contained in:
Bastian de Byl
2022-04-30 15:05:46 -04:00
parent cb2001357f
commit 8e373896a6
12 changed files with 37 additions and 47 deletions

View 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

View 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