From badcad9c5ab2abc934be5c466881fa89acd7ce6d Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Sun, 18 May 2025 17:41:01 +0200 Subject: [PATCH] Remove config switches from common configs and add version text_sensor to eth --- common/common_dev.yaml | 5 ----- common/common_eth.yaml | 7 +------ common/common_wo_debug.yaml | 5 ----- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/common/common_dev.yaml b/common/common_dev.yaml index 6283416..7e9a695 100644 --- a/common/common_dev.yaml +++ b/common/common_dev.yaml @@ -19,11 +19,6 @@ sensor: - <<: !include sensor/uptime.yaml - <<: !include sensor/wifi_signal.yaml -#switch: -# - <<: !include switch/restart.yaml -# - <<: !include switch/safe_mode.yaml -# - <<: !include switch/shutdown.yaml - text_sensor: - <<: !include text_sensor/debug.yaml - <<: !include text_sensor/version.yaml diff --git a/common/common_eth.yaml b/common/common_eth.yaml index 73c9e00..93ef982 100644 --- a/common/common_eth.yaml +++ b/common/common_eth.yaml @@ -16,14 +16,9 @@ sensor: - <<: !include sensor/uptime.yaml # - <<: !include sensor/free_heap.yaml -#switch: -# - <<: !include switch/restart.yaml -# - <<: !include switch/safe_mode.yaml -# - <<: !include switch/shutdown.yaml - text_sensor: # - <<: !include text_sensor/debug.yaml - # - <<: !include text_sensor/version.yaml + - <<: !include text_sensor/version.yaml - <<: !include text_sensor/ethernet_info.yaml network: diff --git a/common/common_wo_debug.yaml b/common/common_wo_debug.yaml index e5b96f2..d6ff29b 100644 --- a/common/common_wo_debug.yaml +++ b/common/common_wo_debug.yaml @@ -22,11 +22,6 @@ sensor: - <<: !include sensor/uptime.yaml - <<: !include sensor/wifi_signal.yaml -#switch: -# - <<: !include switch/restart.yaml -# - <<: !include switch/safe_mode.yaml -# - <<: !include switch/shutdown.yaml - text_sensor: # - <<: !include text_sensor/debug.yaml - <<: !include text_sensor/git_ref.yaml