52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|
|
homeassistant:
|
|
customize: !include customize.yaml
|
|
packages: !include_dir_named packages
|
|
|
|
template: !include_dir_merge_list templates
|
|
#group: !include groups.yaml
|
|
group: !include_dir_merge_named group/
|
|
automation: !include_dir_merge_list automations/
|
|
automation UI: !include automations.yaml
|
|
script: !include_dir_merge_named scripts/
|
|
#script UI: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
#mqtt merged: !include_dir_merge_named mqtt/
|
|
#sensor merged: !include_dir_merge_list sensor/
|
|
sensor: !include_dir_merge_list sensor/
|
|
|
|
# Example base configuration.yaml entry
|
|
conversation:
|
|
|
|
logger:
|
|
default: info
|
|
# logs:
|
|
#custom_components.hacs: debug
|
|
#custom_components.evnex: debug
|
|
#evnex: debug
|
|
|
|
zha:
|
|
enable_quirks: true
|
|
custom_quirks_path: /config/custom_zha_quirks/
|
|
device_config: # https://community.home-assistant.io/t/turning-a-light-entity-to-switch-entity/589599/7
|
|
a4:c1:38:02:58:65:86:ed-1: # format: {ieee}-{endpoint_id}
|
|
type: “switch” # corrected device type
|
|
a4:c1:38:a1:db:1d:38:b7-1: # format: {ieee}-{endpoint_id}
|
|
type: “switch” # corrected device type
|
|
zigpy_config:
|
|
ota:
|
|
otau_directory: /config/zigpy_ota
|
|
ikea_provider: true
|
|
ledvance_provider: true
|
|
salus_provider: true
|
|
inovelli_provider: true
|
|
thirdreality_provider: true
|
|
|
|
device_tracker:
|
|
- platform: bluetooth_le_tracker
|