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