mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
32 lines
653 B
YAML
32 lines
653 B
YAML
# 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
|