Some changes to common files

This commit is contained in:
2026-02-11 23:07:57 +01:00
parent 8693d810b4
commit 1c8c319406
4 changed files with 18 additions and 2 deletions

View File

@@ -24,5 +24,8 @@ text_sensor:
# - <<: !include text_sensor/uptime.yaml
- <<: !include text_sensor/wifi_info.yaml
# time:
#. - <<: !include time/homeassistant.yaml
network:
enable_ipv6: true

View File

@@ -3,7 +3,8 @@ ethernet:
type: LAN8720
mdc_pin: 23
mdio_pin: 18
clk_pin: 17
clk_mode: CLK_OUT
clk:
pin: 17
mode: CLK_OUT
phy_addr: 0
power_pin: 12

View File

@@ -3,12 +3,21 @@ platform: wifi_info
ip_address:
name: IP Address
icon: mdi:ip-network
# address_0:
# name: IP Address 0
# icon: mdi:ip-network
address_1:
name: IP Address 1
icon: mdi:ip-network
address_2:
name: IP Address 2
icon: mdi:ip-network
# address_3:
# name: IP Address 3
# icon: mdi:ip-network
# address_4:
# name: IP Address 4
# icon: mdi:ip-network
#ssid:
# name: SSID
#bssid:
@@ -17,3 +26,5 @@ mac_address:
name: MAC
#scan_results:
# name: Latest Scan Results
power_save_mode:
name: WiFi Power Save Mode

View File

@@ -6,3 +6,4 @@ wifi:
password: !secret wifi_password
enable_btm: true
enable_rrm: true
min_auth_mode: WPA3