diff --git a/automations/3d-printer.yaml b/configuration/automations/3d-printer.yaml similarity index 100% rename from automations/3d-printer.yaml rename to configuration/automations/3d-printer.yaml diff --git a/automations/alarm-clock.yaml b/configuration/automations/alarm-clock.yaml similarity index 100% rename from automations/alarm-clock.yaml rename to configuration/automations/alarm-clock.yaml diff --git a/automations/alarm.yaml b/configuration/automations/alarm.yaml similarity index 100% rename from automations/alarm.yaml rename to configuration/automations/alarm.yaml diff --git a/automations/bathroom-button.yaml b/configuration/automations/bathroom-button.yaml similarity index 100% rename from automations/bathroom-button.yaml rename to configuration/automations/bathroom-button.yaml diff --git a/automations/bathroom-door.yaml b/configuration/automations/bathroom-door.yaml similarity index 100% rename from automations/bathroom-door.yaml rename to configuration/automations/bathroom-door.yaml diff --git a/automations/bathroom-mirror-button.yaml b/configuration/automations/bathroom-mirror-button.yaml similarity index 100% rename from automations/bathroom-mirror-button.yaml rename to configuration/automations/bathroom-mirror-button.yaml diff --git a/automations/bathroom-motion.yaml b/configuration/automations/bathroom-motion.yaml similarity index 100% rename from automations/bathroom-motion.yaml rename to configuration/automations/bathroom-motion.yaml diff --git a/automations/bathroom-music-button.yaml b/configuration/automations/bathroom-music-button.yaml similarity index 100% rename from automations/bathroom-music-button.yaml rename to configuration/automations/bathroom-music-button.yaml diff --git a/automations/bathroom-music.yaml b/configuration/automations/bathroom-music.yaml similarity index 100% rename from automations/bathroom-music.yaml rename to configuration/automations/bathroom-music.yaml diff --git a/automations/bathroom-shower-motion.yaml b/configuration/automations/bathroom-shower-motion.yaml similarity index 100% rename from automations/bathroom-shower-motion.yaml rename to configuration/automations/bathroom-shower-motion.yaml diff --git a/automations/bathroom-washing-machine.yaml b/configuration/automations/bathroom-washing-machine.yaml similarity index 100% rename from automations/bathroom-washing-machine.yaml rename to configuration/automations/bathroom-washing-machine.yaml diff --git a/automations/bedroom-button.yaml b/configuration/automations/bedroom-button.yaml similarity index 100% rename from automations/bedroom-button.yaml rename to configuration/automations/bedroom-button.yaml diff --git a/automations/bedroom-humidifier.yaml b/configuration/automations/bedroom-humidifier.yaml similarity index 100% rename from automations/bedroom-humidifier.yaml rename to configuration/automations/bedroom-humidifier.yaml diff --git a/automations/bedroom-motion.yaml b/configuration/automations/bedroom-motion.yaml similarity index 100% rename from automations/bedroom-motion.yaml rename to configuration/automations/bedroom-motion.yaml diff --git a/automations/behaviour-tv.yaml b/configuration/automations/behaviour-tv.yaml similarity index 100% rename from automations/behaviour-tv.yaml rename to configuration/automations/behaviour-tv.yaml diff --git a/automations/computer-button.yaml b/configuration/automations/computer-button.yaml similarity index 100% rename from automations/computer-button.yaml rename to configuration/automations/computer-button.yaml diff --git a/automations/computer-lights.yaml b/configuration/automations/computer-lights.yaml similarity index 100% rename from automations/computer-lights.yaml rename to configuration/automations/computer-lights.yaml diff --git a/automations/computer.yaml b/configuration/automations/computer.yaml similarity index 100% rename from automations/computer.yaml rename to configuration/automations/computer.yaml diff --git a/automations/goto-sleep.yaml b/configuration/automations/goto-sleep.yaml similarity index 100% rename from automations/goto-sleep.yaml rename to configuration/automations/goto-sleep.yaml diff --git a/automations/hallway-doorbell.yaml b/configuration/automations/hallway-doorbell.yaml similarity index 100% rename from automations/hallway-doorbell.yaml rename to configuration/automations/hallway-doorbell.yaml diff --git a/automations/hallway-motion.yaml b/configuration/automations/hallway-motion.yaml similarity index 100% rename from automations/hallway-motion.yaml rename to configuration/automations/hallway-motion.yaml diff --git a/automations/kitchen-button.yaml b/configuration/automations/kitchen-button.yaml similarity index 100% rename from automations/kitchen-button.yaml rename to configuration/automations/kitchen-button.yaml diff --git a/automations/kitchen-motion.yaml b/configuration/automations/kitchen-motion.yaml similarity index 100% rename from automations/kitchen-motion.yaml rename to configuration/automations/kitchen-motion.yaml diff --git a/automations/modes.yaml b/configuration/automations/modes.yaml similarity index 100% rename from automations/modes.yaml rename to configuration/automations/modes.yaml diff --git a/automations/phone-automations.yaml b/configuration/automations/phone-automations.yaml similarity index 100% rename from automations/phone-automations.yaml rename to configuration/automations/phone-automations.yaml diff --git a/automations/tv-automations.yaml b/configuration/automations/tv-automations.yaml similarity index 100% rename from automations/tv-automations.yaml rename to configuration/automations/tv-automations.yaml diff --git a/automations/vacuum.yaml b/configuration/automations/vacuum.yaml similarity index 100% rename from automations/vacuum.yaml rename to configuration/automations/vacuum.yaml diff --git a/automations/work-daily.yaml b/configuration/automations/work-daily.yaml similarity index 100% rename from automations/work-daily.yaml rename to configuration/automations/work-daily.yaml diff --git a/automations/work-finished.yaml b/configuration/automations/work-finished.yaml similarity index 100% rename from automations/work-finished.yaml rename to configuration/automations/work-finished.yaml diff --git a/configuration.yaml b/configuration/configuration.yaml similarity index 100% rename from configuration.yaml rename to configuration/configuration.yaml diff --git a/home-assistant.yml b/home-assistant.yml index 4b306ff..d74365c 100644 --- a/home-assistant.yml +++ b/home-assistant.yml @@ -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