First Commit

This commit is contained in:
root
2022-08-04 00:35:03 +02:00
commit 4f531bece4
11 changed files with 213 additions and 0 deletions

View File

@ -0,0 +1,26 @@
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
temperature_unit: C
time_zone: Europe/Berlin
allowlist_external_dirs:
- '/tmp'
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
- 172.30.33.1/32
- 172.30.32.0/24
- 192.168.1.0/24
- 192.168.2.0/24
- 192.168.3.0/24
lovelace:
mode: yaml
resources: !include ../../resources.yaml

View File

@ -0,0 +1,7 @@
recorder:
db_url: !secret db_url
auto_purge: true
purge_keep_days: 60
exclude:
entities:
- sensor.time

4
packages/light/adaptive.yaml Executable file
View File

@ -0,0 +1,4 @@
adaptive_lighting:
min_brightness: 30
lights:
- light.office_bulb

View File

@ -0,0 +1,13 @@
automation:
- alias: guestroom_light_button
trigger:
- device_id: c6b9d0a0f7a56e9f2966cdb8cb312614
domain: zha
platform: device
type: remote_button_short_press
subtype: button
action:
- type: toggle
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
entity_id: light.guestroom_switch_lamp
domain: light

View File

@ -0,0 +1,3 @@
input_boolean:
welcome_collapse:
name: welcome_collapse

4
packages/pirateweather.yaml Executable file
View File

@ -0,0 +1,4 @@
weather:
- platform: pirateweather
api_key: !secret pirate_weather_api
mode: daily