mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Enable IPv6 globally and add 2 new IP Address text sensors to track IPv6 addresses
This commit is contained in:
@@ -20,3 +20,6 @@ sensor:
|
||||
text_sensor:
|
||||
- <<: !include text_sensor/version.yaml
|
||||
- <<: !include text_sensor/wifi_info.yaml
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
@@ -28,3 +28,6 @@ text_sensor:
|
||||
- <<: !include text_sensor/debug.yaml
|
||||
- <<: !include text_sensor/version.yaml
|
||||
- <<: !include text_sensor/wifi_info.yaml
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
<<: !include api.yaml
|
||||
<<: !include ota.yaml
|
||||
# <<: !include logger_debug.yaml
|
||||
<<: !include logger_debug.yaml
|
||||
<<: !include ethernet.yaml
|
||||
|
||||
binary_sensor:
|
||||
@@ -25,3 +25,6 @@ text_sensor:
|
||||
# - <<: !include text_sensor/debug.yaml
|
||||
# - <<: !include text_sensor/version.yaml
|
||||
- <<: !include text_sensor/ethernet_info.yaml
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
@@ -2,3 +2,7 @@
|
||||
platform: ethernet_info
|
||||
ip_address:
|
||||
name: ${name} IP Address
|
||||
address_1:
|
||||
name: ${name} IP Address 1
|
||||
address_2:
|
||||
name: ${name} IP Address 2
|
||||
@@ -3,6 +3,10 @@ platform: wifi_info
|
||||
ip_address:
|
||||
name: ${name} IP Address
|
||||
icon: mdi:ip-network
|
||||
address_1:
|
||||
name: ${name} IP Address 1
|
||||
address_2:
|
||||
name: ${name} IP Address 2
|
||||
#ssid:
|
||||
# name: ${name} SSID
|
||||
#bssid:
|
||||
|
||||
Reference in New Issue
Block a user