diff --git a/common/common.yaml b/common/common.yaml index 1e9cf61..592d96f 100644 --- a/common/common.yaml +++ b/common/common.yaml @@ -2,7 +2,8 @@ <<: !include wifi.yaml <<: !include api.yaml <<: !include ota.yaml -<<: !include logger.yaml +# <<: !include logger.yaml +<<: !include logger_debug.yaml binary_sensor: - <<: !include binary_sensor/status.yaml @@ -18,7 +19,9 @@ sensor: - <<: !include sensor/wifi_signal.yaml text_sensor: + - <<: !include text_sensor/debug.yaml - <<: !include text_sensor/version.yaml + # - <<: !include text_sensor/uptime.yaml - <<: !include text_sensor/wifi_info.yaml network: diff --git a/common/common_esp8266.yaml b/common/common_esp8266.yaml index dd2ed0c..308f329 100644 --- a/common/common_esp8266.yaml +++ b/common/common_esp8266.yaml @@ -2,7 +2,8 @@ <<: !include wifi_esp8266.yaml <<: !include api.yaml <<: !include ota.yaml -<<: !include logger.yaml +# <<: !include logger.yaml +<<: !include logger_debug.yaml binary_sensor: - <<: !include binary_sensor/status.yaml @@ -18,9 +19,9 @@ sensor: - <<: !include sensor/wifi_signal.yaml text_sensor: + - <<: !include text_sensor/debug.yaml - <<: !include text_sensor/version.yaml - <<: !include text_sensor/wifi_info.yaml network: - enable_ipv6: true -# min_ipv6_addr_count: 2 \ No newline at end of file + enable_ipv6: true \ No newline at end of file diff --git a/common/text_sensor/uptime.yaml b/common/text_sensor/uptime.yaml new file mode 100644 index 0000000..05afce2 --- /dev/null +++ b/common/text_sensor/uptime.yaml @@ -0,0 +1,3 @@ +--- +platform: uptime +name: ${name} Uptime \ No newline at end of file