Remove config-dev

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent aab2163bf3
commit a70177b8cf
6 changed files with 0 additions and 193 deletions
-1
View File
@@ -1 +0,0 @@
2022.11.0
-9
View File
@@ -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/
-5
View File
@@ -1,5 +0,0 @@
{
"files.associations": {
"*.yaml": "home-assistant"
}
}
-31
View File
@@ -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
-11
View File
@@ -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
-136
View File
@@ -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