diff --git a/config-dev/.HA_VERSION b/config-dev/.HA_VERSION deleted file mode 100644 index 4d4bb86..0000000 --- a/config-dev/.HA_VERSION +++ /dev/null @@ -1 +0,0 @@ -2022.11.0 \ No newline at end of file diff --git a/config-dev/.gitignore b/config-dev/.gitignore deleted file mode 100644 index d1ac556..0000000 --- a/config-dev/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -home-assistant.log* -home-assistant_v2.db -home-assistant_v2.db-wal -home-assistant_v2.db-shm -.storage -secrets.yaml -custom_components/ -themes/ -www/ diff --git a/config-dev/.vscode/settings.json b/config-dev/.vscode/settings.json deleted file mode 100644 index e364ba1..0000000 --- a/config-dev/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "*.yaml": "home-assistant" - } -} diff --git a/config-dev/configuration.yaml b/config-dev/configuration.yaml deleted file mode 100644 index abba721..0000000 --- a/config-dev/configuration.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Configure a default setup of Home Assistant (frontend, api, etc) -default_config: - -http: - server_port: 8124 - -logger: - default: warning - logs: - hacs: debug - -lovelace: - mode: yaml - resources: - - type: module - url: /hacsfiles/button-card/button-card.js - - type: module - url: /hacsfiles/lovelace-state-switch/state-switch.js - - type: module - url: http://localhost:5000/time-picker-card.js - dashboards: - lovelace-home: - mode: yaml - title: Home - icon: mdi:home - show_in_sidebar: true - filename: ui-lovelace.yaml - -# fan: -# platform: philips_airpurifier_http -# host: !secret philips_purifier_ip diff --git a/config-dev/docker-compose.yaml b/config-dev/docker-compose.yaml deleted file mode 100644 index 7d3a00d..0000000 --- a/config-dev/docker-compose.yaml +++ /dev/null @@ -1,11 +0,0 @@ -version: "3" - -services: - homeassistant-dev: - container_name: homeassistant-dev - image: homeassistant/home-assistant:stable - volumes: - - ./:/config - environment: - - TZ=Europe/Sofia - network_mode: host diff --git a/config-dev/ui-lovelace.yaml b/config-dev/ui-lovelace.yaml deleted file mode 100644 index 9c6fd3e..0000000 --- a/config-dev/ui-lovelace.yaml +++ /dev/null @@ -1,136 +0,0 @@ -title: Home -views: - - title: Grid - path: grid - cards: - - type: grid - cards: - - type: custom:button-card - icon: mdi:reload - name: Theme - tap_action: - action: call-service - service: frontend.reload_themes - - type: custom:time-picker-card - entity: input_datetime.alarm_time - link_values: true - hour_mode: 12 - hour_step: 2 - minute_step: 3 - layout: - hour_mode: single - name: inside - hide: - name: false - - type: entities - entities: - - input_datetime.alarm_time - - input_datetime.alarm_time - - input_datetime.alarm_time - - input_datetime.alarm_time - - input_datetime.alarm_time - - input_datetime.alarm_time - - - - title: dev - path: dev - cards: - - type: horizontal-stack - cards: - - type: custom:button-card - icon: mdi:reload - name: Theme - tap_action: - action: call-service - service: frontend.reload_themes - - type: custom:button-card - icon: mdi:reload - name: Resources - tap_action: - action: call-service - service: lovelace.reload_resources - - type: custom:button-card - name: time picker - icon: mdi:clock - tap_action: - action: navigate - navigation_path: "#time_picker" - - type: custom:button-card - icon: mdi:folder - name: folder - tap_action: - action: navigate - navigation_path: "#folder" - - - type: custom:state-switch - entity: hash - default: time_picker - states: - time_picker: - type: vertical-stack - cards: - - type: markdown - content: "# 🕰 Time Picker Card dev" - - type: entities - entities: - - input_datetime.alarm_time - - type: horizontal-stack - cards: - - type: custom:time-picker-card - entity: input_datetime.alarm_time - name: Alarm time - hour_mode: 24 - hour_step: 2 - - type: custom:time-picker-card - entity: input_datetime.alarm_time - hour_mode: 12 - layout: - hour_mode: single - hide: - name: true - - - type: custom:time-picker-card - entity: input_datetime.alarm_time - - type: custom:time-picker-card - entity: input_datetime.alarm_time - hide: - seconds: false - - - type: horizontal-stack - cards: - - type: custom:time-picker-card - entity: input_datetime.alarm_time - hour_mode: 12 - hide: - name: true - - type: custom:time-picker-card - entity: input_datetime.alarm_time - link_values: true - hour_mode: 12 - hour_step: 2 - minute_step: 3 - layout: - hour_mode: single - hide: - name: false - - - folder: - type: vertical-stack - cards: - - type: markdown - content: "# 📂 Folder Card dev" - - type: horizontal-stack - cards: - - type: custom:folder-card - entity: sensor.pds - max_count: 3 - show_count: true - - type: custom:folder-card - entity: sensor.pds - max_count: 5 - - type: custom:folder-card - entity: sensor.pds - max_count: 2 - - type: custom:folder-card - entity: sensor.pds