Move subconfigs to subdir
This commit is contained in:
parent
b48668dec6
commit
4d70f40a01
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,10 +8,8 @@
|
||||
!.gitignore
|
||||
!*.md
|
||||
!*.skel
|
||||
!/automations/
|
||||
!/lovelace-views/
|
||||
!/config/
|
||||
!/scripts/
|
||||
!/sensors/
|
||||
!/tileboard/
|
||||
!/www/
|
||||
|
||||
|
5
config/alerts/humidity.yaml
Normal file
5
config/alerts/humidity.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
#motion_battery:
|
||||
# entity_id: binary_sensor.humidity_alarm_parents_bathroom
|
||||
# repeat: 30
|
||||
# notifiers:
|
||||
# - telegram_fb
|
4
config/customizations/misc.yaml
Normal file
4
config/customizations/misc.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
person.jenny:
|
||||
entity_picture: "/local/avatars/jenny-bty.jpg"
|
||||
person.florian:
|
||||
entity_picture: "/local/avatars/flo-mtb.jpg"
|
@ -27,7 +27,7 @@ livingroom_music_scenario_on:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id: light.ambilight
|
||||
rgb_color: [0,255,62] # Spotify Green
|
||||
effect: "Rainbow swirl"
|
||||
brightness: 130
|
||||
- service: media_player.select_source
|
||||
data:
|
@ -44,14 +44,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.humidity_12
|
||||
entity: sensor.lumi_bedroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.temperature_11
|
||||
entity: sensor.lumi_bedroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
@ -62,14 +62,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.humidity_18
|
||||
entity: sensor.lumi_guestroom_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.temperature_17
|
||||
entity: sensor.lumi_guestroom_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
||||
@ -118,14 +118,14 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: sensor
|
||||
entity: sensor.humidity_15
|
||||
entity: sensor.lumi_office_humidity
|
||||
name: Luftfeuchtigkeit
|
||||
graph: line
|
||||
unit: "%"
|
||||
detail: 2
|
||||
hours_to_show: 12
|
||||
- type: sensor
|
||||
entity: sensor.temperature_14
|
||||
entity: sensor.lumi_office_temperature
|
||||
name: Temperatur
|
||||
graph: line
|
||||
unit: °C
|
@ -5,7 +5,7 @@ homeassistant:
|
||||
elevation: !secret home_elevation
|
||||
unit_system: metric
|
||||
time_zone: Europe/Berlin
|
||||
customize: !include_dir_merge_named customizations/
|
||||
customize: !include_dir_merge_named config/customizations/
|
||||
auth_providers:
|
||||
- type: homeassistant
|
||||
- type: trusted_networks
|
||||
@ -303,10 +303,10 @@ tplink:
|
||||
switch:
|
||||
- host: !secret tplink_ip
|
||||
|
||||
#alert: !include_dir_merge_list alerts/
|
||||
alexa: !include alexa.yaml
|
||||
automation: !include_dir_merge_list automations/
|
||||
#scene: !include scenes.yaml
|
||||
script: !include scripts.yaml
|
||||
sensor: !include_dir_merge_list sensors/
|
||||
switch: !include switches.yaml
|
||||
alert: !include_dir_merge_list config/alerts/
|
||||
alexa: !include config/alexa.yaml
|
||||
automation: !include_dir_merge_list config/automations/
|
||||
scene: !include_dir_merge_list config/scenes/
|
||||
script: !include config/scripts.yaml
|
||||
sensor: !include_dir_merge_list config/sensors/
|
||||
switch: !include config/switches.yaml
|
||||
|
@ -2,14 +2,14 @@
|
||||
title: Making Home Great Again
|
||||
|
||||
views:
|
||||
- !include lovelace-views/overview.yaml
|
||||
- !include lovelace-views/lights.yaml
|
||||
- !include lovelace-views/livingroom.yaml
|
||||
- !include lovelace-views/humidity.yaml
|
||||
- !include lovelace-views/spotify.yaml
|
||||
- !include lovelace-views/instagram.yaml
|
||||
- !include lovelace-views/devices.yaml
|
||||
- !include lovelace-views/cctv.yaml
|
||||
- !include config/views/overview.yaml
|
||||
- !include config/views/lights.yaml
|
||||
- !include config/views/livingroom.yaml
|
||||
- !include config/views/humidity.yaml
|
||||
- !include config/views/spotify.yaml
|
||||
- !include config/views/instagram.yaml
|
||||
- !include config/views/devices.yaml
|
||||
- !include config/views/cctv.yaml
|
||||
|
||||
resources:
|
||||
- url: https://cdn.jsdelivr.net/gh/bramkragten/custom-ui@master/weather-card/weather-card.min.js
|
||||
|
Loading…
Reference in New Issue
Block a user