mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
Some changes to common files
This commit is contained in:
@@ -24,5 +24,8 @@ text_sensor:
|
|||||||
# - <<: !include text_sensor/uptime.yaml
|
# - <<: !include text_sensor/uptime.yaml
|
||||||
- <<: !include text_sensor/wifi_info.yaml
|
- <<: !include text_sensor/wifi_info.yaml
|
||||||
|
|
||||||
|
# time:
|
||||||
|
#. - <<: !include time/homeassistant.yaml
|
||||||
|
|
||||||
network:
|
network:
|
||||||
enable_ipv6: true
|
enable_ipv6: true
|
||||||
@@ -3,7 +3,8 @@ ethernet:
|
|||||||
type: LAN8720
|
type: LAN8720
|
||||||
mdc_pin: 23
|
mdc_pin: 23
|
||||||
mdio_pin: 18
|
mdio_pin: 18
|
||||||
clk_pin: 17
|
clk:
|
||||||
clk_mode: CLK_OUT
|
pin: 17
|
||||||
|
mode: CLK_OUT
|
||||||
phy_addr: 0
|
phy_addr: 0
|
||||||
power_pin: 12
|
power_pin: 12
|
||||||
|
|||||||
@@ -3,12 +3,21 @@ platform: wifi_info
|
|||||||
ip_address:
|
ip_address:
|
||||||
name: IP Address
|
name: IP Address
|
||||||
icon: mdi:ip-network
|
icon: mdi:ip-network
|
||||||
|
# address_0:
|
||||||
|
# name: IP Address 0
|
||||||
|
# icon: mdi:ip-network
|
||||||
address_1:
|
address_1:
|
||||||
name: IP Address 1
|
name: IP Address 1
|
||||||
icon: mdi:ip-network
|
icon: mdi:ip-network
|
||||||
address_2:
|
address_2:
|
||||||
name: IP Address 2
|
name: IP Address 2
|
||||||
icon: mdi:ip-network
|
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:
|
#ssid:
|
||||||
# name: SSID
|
# name: SSID
|
||||||
#bssid:
|
#bssid:
|
||||||
@@ -17,3 +26,5 @@ mac_address:
|
|||||||
name: MAC
|
name: MAC
|
||||||
#scan_results:
|
#scan_results:
|
||||||
# name: Latest Scan Results
|
# name: Latest Scan Results
|
||||||
|
power_save_mode:
|
||||||
|
name: WiFi Power Save Mode
|
||||||
@@ -6,3 +6,4 @@ wifi:
|
|||||||
password: !secret wifi_password
|
password: !secret wifi_password
|
||||||
enable_btm: true
|
enable_btm: true
|
||||||
enable_rrm: true
|
enable_rrm: true
|
||||||
|
min_auth_mode: WPA3
|
||||||
|
|||||||
Reference in New Issue
Block a user