From 1c8c3194066402dcbdec71ff7085b60a3ecc29a6 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Wed, 11 Feb 2026 23:07:57 +0100 Subject: [PATCH] Some changes to common files --- common/common.yaml | 3 +++ common/ethernet.yaml | 5 +++-- common/text_sensor/wifi_info.yaml | 11 +++++++++++ common/wifi.yaml | 1 + 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/common/common.yaml b/common/common.yaml index 592d96f..8f5358f 100644 --- a/common/common.yaml +++ b/common/common.yaml @@ -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 \ No newline at end of file diff --git a/common/ethernet.yaml b/common/ethernet.yaml index 4e4cf60..d3b4822 100644 --- a/common/ethernet.yaml +++ b/common/ethernet.yaml @@ -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 diff --git a/common/text_sensor/wifi_info.yaml b/common/text_sensor/wifi_info.yaml index f3349e1..77cf3e1 100644 --- a/common/text_sensor/wifi_info.yaml +++ b/common/text_sensor/wifi_info.yaml @@ -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 \ No newline at end of file diff --git a/common/wifi.yaml b/common/wifi.yaml index c2348d6..b8cc06b 100644 --- a/common/wifi.yaml +++ b/common/wifi.yaml @@ -6,3 +6,4 @@ wifi: password: !secret wifi_password enable_btm: true enable_rrm: true + min_auth_mode: WPA3