Remove config switches from common configs and add version text_sensor to eth

This commit is contained in:
2025-05-18 17:41:01 +02:00
parent ba1aea9132
commit badcad9c5a
3 changed files with 1 additions and 16 deletions

View File

@@ -19,11 +19,6 @@ sensor:
- <<: !include sensor/uptime.yaml - <<: !include sensor/uptime.yaml
- <<: !include sensor/wifi_signal.yaml - <<: !include sensor/wifi_signal.yaml
#switch:
# - <<: !include switch/restart.yaml
# - <<: !include switch/safe_mode.yaml
# - <<: !include switch/shutdown.yaml
text_sensor: text_sensor:
- <<: !include text_sensor/debug.yaml - <<: !include text_sensor/debug.yaml
- <<: !include text_sensor/version.yaml - <<: !include text_sensor/version.yaml

View File

@@ -16,14 +16,9 @@ sensor:
- <<: !include sensor/uptime.yaml - <<: !include sensor/uptime.yaml
# - <<: !include sensor/free_heap.yaml # - <<: !include sensor/free_heap.yaml
#switch:
# - <<: !include switch/restart.yaml
# - <<: !include switch/safe_mode.yaml
# - <<: !include switch/shutdown.yaml
text_sensor: text_sensor:
# - <<: !include text_sensor/debug.yaml # - <<: !include text_sensor/debug.yaml
# - <<: !include text_sensor/version.yaml - <<: !include text_sensor/version.yaml
- <<: !include text_sensor/ethernet_info.yaml - <<: !include text_sensor/ethernet_info.yaml
network: network:

View File

@@ -22,11 +22,6 @@ sensor:
- <<: !include sensor/uptime.yaml - <<: !include sensor/uptime.yaml
- <<: !include sensor/wifi_signal.yaml - <<: !include sensor/wifi_signal.yaml
#switch:
# - <<: !include switch/restart.yaml
# - <<: !include switch/safe_mode.yaml
# - <<: !include switch/shutdown.yaml
text_sensor: text_sensor:
# - <<: !include text_sensor/debug.yaml # - <<: !include text_sensor/debug.yaml
- <<: !include text_sensor/git_ref.yaml - <<: !include text_sensor/git_ref.yaml