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