80 lines
2.1 KiB
YAML
80 lines
2.1 KiB
YAML
# Loads default set of integrations. Do not remove.
|
|
default_config:
|
|
|
|
# packages directory
|
|
homeassistant:
|
|
packages: !include_dir_named packages_dir
|
|
|
|
# Load frontend themes from the themes folder
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
extra_module_url:
|
|
- /local/community/kiosk-mode/kiosk-mode.js
|
|
|
|
# Inclusions
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
sensor: !include sensors.yaml
|
|
scene: !include scenes.yaml
|
|
switch: !include switches.yaml
|
|
light: !include lights.yaml
|
|
climate: !include climates.yaml
|
|
binary_sensor: !include binary_sensors.yaml
|
|
template: !include templates.yaml
|
|
mqtt: !include mqtt.yaml
|
|
|
|
# DO NOT remove - Sets MariaDB as database
|
|
recorder:
|
|
db_url: !secret mariadb_url
|
|
exclude:
|
|
entity_globs:
|
|
- sensor.flightradar24*
|
|
|
|
# log INFO level messages
|
|
logger:
|
|
default: info
|
|
logs:
|
|
custom_components.mikrotik_router: info
|
|
|
|
# influxdb: !include influxdb_feed.yaml
|
|
|
|
# Disable Logginh of time and date change
|
|
logbook:
|
|
exclude:
|
|
entities:
|
|
- sensor.date_time
|
|
- sensor.time
|
|
- sensor.date
|
|
- sensor.date_time_iso
|
|
- sensor.date_time_utc
|
|
|
|
# add additional cards
|
|
lovelace:
|
|
resource_mode: yaml
|
|
# dashboards:
|
|
# lovelace:
|
|
# mode: yaml
|
|
# filename: ui-lovelace.yaml
|
|
# title: Overview
|
|
# icon: mdi:view-dashboard
|
|
# show_in_sidebar: true
|
|
resources:
|
|
- url: /local/community/zigbee2mqtt-networkmap/zigbee2mqtt-networkmap.js
|
|
type: module
|
|
- url: /local/community/lovelace-mushroom/mushroom.js
|
|
type: module
|
|
- url: /local/community/lovelace-mushroom-better-sliders/mushroom.js
|
|
type: module
|
|
- url: /local/community/lovelace-template-entity-row/template-entity-rows.js
|
|
type: module
|
|
- url: /local/community/power-distribution-card/power-distribution-card.js
|
|
type: module
|
|
- url: /hacsfiles/Bubble-Card/bubble-card.js
|
|
type: module
|
|
- url: /local/community/kiosk-mode/kiosk-mode.js
|
|
type: module
|
|
- url: /local/community/thomasloven/state-switch.js
|
|
type: module
|
|
- url: /hacsfiles/lovelace-layout-card/layout-card.js
|
|
type: module
|