From 4ee2f3ec49204930c180ac5dbbb0d894f9420cb5 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 19 Jun 2025 09:34:29 +0200 Subject: [PATCH] Minor fixes to configuration.yaml for default_config --- configuration.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index c94f94b0..e8bf8534 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -65,6 +65,9 @@ energy: frontend: themes: !include_dir_merge_named themes +# Go2rtc stream protocol +# got2rtc + # Hardware # hardware: @@ -216,9 +219,6 @@ tts: !include components/tts.yaml # Templates template: !include_dir_merge_list template/ -# Wake on Lan -wake_on_lan: - ###################################################################### # Integrations ###################################################################### @@ -244,3 +244,6 @@ telegram_bot: !include components/telegram.yaml # Monitor Docker monitor_docker: !include components/monitor_docker.yaml + +# Wake on Lan +wake_on_lan: -- 2.47.3