various tidyups and esphome adds
This commit is contained in:
+6
-13
@@ -1,6 +1,9 @@
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
default_config:
|
||||
|
||||
# Helpers (default_config no longer loads input_number)
|
||||
input_number:
|
||||
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
@@ -9,35 +12,25 @@ homeassistant:
|
||||
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
|
||||
device_config:
|
||||
a4:c1:38:02:58:65:86:ed-1: # format: {ieee}-{endpoint_id}
|
||||
type: “switch” # corrected device type
|
||||
type: "switch" # corrected device type
|
||||
a4:c1:38:a1:db:1d:38:b7-1: # format: {ieee}-{endpoint_id}
|
||||
type: “switch” # corrected device type
|
||||
type: "switch" # corrected device type
|
||||
zigpy_config:
|
||||
ota:
|
||||
otau_directory: /config/zigpy_ota
|
||||
|
||||
Reference in New Issue
Block a user