From 90ec20fb5e88d44cd5f57666f0df79721bd3225f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 19 Feb 2023 23:41:50 +0100 Subject: [PATCH] review configuration.yaml and added conversation --- configuration.yaml | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 2d9fa8be..88dfa8a6 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -52,13 +52,13 @@ automation manual: !include_dir_merge_list automations/ # Backup backup: -# Home Assistant Cloud -# cloud: - # Enables configuration UI config: -# counter +# Conversation +conversation: + +# Counter counter: !include_dir_merge_named counters/ # Energy @@ -68,9 +68,18 @@ energy: frontend: themes: !include_dir_merge_named themes -# Images +# Home Assistant Alerts +homeassistant_alerts: + +# Home Assistant Cloud +# cloud: + +# Image upload image_upload: +# Hardware +# hardware: + # Inputs input_boolean: !include_dir_merge_named input_boolean/ input_button: !include_dir_merge_named input_button/ @@ -94,12 +103,12 @@ my: # Person person: -# Scene -#scene: !include_dir_merge_list scenes.yaml - # Schedule schedule: +# Scene +#scene: !include_dir_merge_list scenes.yaml + # Scripts script: !include scripts.yaml script manual: !include_dir_merge_named scripts/ @@ -145,15 +154,21 @@ recorder: !include log/recorder.yaml # Discovery Protocols ###################################################################### +# Bluetooth +# bluetooth: + # Discover DHCP requests for supported devices and services. dhcp: -# Discover some devices automatically -discovery: +# Discover some devices automatically (deprecated) +# discovery: # Simple Service Discovery Protocol (SSDP) ssdp: +# USB Discovery +# usb: + # Zero-configuration networking (zeroconf) zeroconf: -- 2.47.3