Move configuration to sub folder
This commit is contained in:
parent
b4a4c3b12d
commit
23247d9543
31 changed files with 2 additions and 2 deletions
configuration
automations
3d-printer.yamlalarm-clock.yamlalarm.yamlbathroom-button.yamlbathroom-door.yamlbathroom-mirror-button.yamlbathroom-motion.yamlbathroom-music-button.yamlbathroom-music.yamlbathroom-shower-motion.yamlbathroom-washing-machine.yamlbedroom-button.yamlbedroom-humidifier.yamlbedroom-motion.yamlbehaviour-tv.yamlcomputer-button.yamlcomputer-lights.yamlcomputer.yamlgoto-sleep.yamlhallway-doorbell.yamlhallway-motion.yamlkitchen-button.yamlkitchen-motion.yamlmodes.yamlphone-automations.yamltv-automations.yamlvacuum.yamlwork-daily.yamlwork-finished.yaml
configuration.yaml
|
@ -4,7 +4,7 @@
|
|||
- name: Build lights automations
|
||||
template:
|
||||
src: lights.yaml.j2
|
||||
dest: automations/lights.yaml
|
||||
dest: configuration/automations/lights.yaml
|
||||
vars:
|
||||
lights:
|
||||
- entityId: light.bathroom_lights
|
||||
|
@ -26,4 +26,4 @@
|
|||
- name: Concat scripts
|
||||
ansible.builtin.assemble:
|
||||
src: scripts
|
||||
dest: scripts.yaml
|
||||
dest: configuration/scripts.yaml
|
||||
|
|
Loading…
Add table
Reference in a new issue