First Commit
This commit is contained in:
26
packages/homeassistant/homeassistant.yaml
Executable file
26
packages/homeassistant/homeassistant.yaml
Executable 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
|
7
packages/homeassistant/recorder.yaml
Executable file
7
packages/homeassistant/recorder.yaml
Executable 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
4
packages/light/adaptive.yaml
Executable file
@ -0,0 +1,4 @@
|
||||
adaptive_lighting:
|
||||
min_brightness: 30
|
||||
lights:
|
||||
- light.office_bulb
|
13
packages/light/buttons/automation.yaml
Executable file
13
packages/light/buttons/automation.yaml
Executable 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
|
3
packages/minimalist/minimalist_input.yaml
Executable file
3
packages/minimalist/minimalist_input.yaml
Executable file
@ -0,0 +1,3 @@
|
||||
input_boolean:
|
||||
welcome_collapse:
|
||||
name: welcome_collapse
|
4
packages/pirateweather.yaml
Executable file
4
packages/pirateweather.yaml
Executable file
@ -0,0 +1,4 @@
|
||||
weather:
|
||||
- platform: pirateweather
|
||||
api_key: !secret pirate_weather_api
|
||||
mode: daily
|
Reference in New Issue
Block a user