From dbba29e1ea9b663961e61251d6de48865c312017 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 7 May 2022 11:29:15 +0300 Subject: [PATCH] More config_flow --- config/packages/modules/system.yaml | 5 ----- config/packages/sensors/space.yaml | 4 ---- config/replaced_with_config_flow.yaml | 9 +++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/packages/modules/system.yaml b/config/packages/modules/system.yaml index c50b84b..2037423 100644 --- a/config/packages/modules/system.yaml +++ b/config/packages/modules/system.yaml @@ -19,11 +19,6 @@ sensor: - platform: uptime - - platform: filesize - file_paths: - - /config/home-assistant_v2.db - - /config/home-assistant.log - - platform: template sensors: sarah_url: diff --git a/config/packages/sensors/space.yaml b/config/packages/sensors/space.yaml index 2526fb4..cf98dd6 100644 --- a/config/packages/sensors/space.yaml +++ b/config/packages/sensors/space.yaml @@ -3,7 +3,3 @@ sun: sensor: - platform: moon - -binary_sensor: - # https://www.home-assistant.io/integrations/iss/ - - platform: iss diff --git a/config/replaced_with_config_flow.yaml b/config/replaced_with_config_flow.yaml index 2008573..e33029a 100644 --- a/config/replaced_with_config_flow.yaml +++ b/config/replaced_with_config_flow.yaml @@ -78,3 +78,12 @@ # client_id: homeassistant # username: !secret mqtt_username # password: !secret mqtt_password + +# binary_sensor: +# # https://www.home-assistant.io/integrations/iss/ +# - platform: iss + +# - platform: filesize +# file_paths: +# - /config/home-assistant_v2.db +# - /config/home-assistant.log