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/wifi_info.yaml
|
||||
|
||||
# time:
|
||||
#. - <<: !include time/homeassistant.yaml
|
||||
|
||||
network:
|
||||
enable_ipv6: true
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -6,3 +6,4 @@ wifi:
|
||||
password: !secret wifi_password
|
||||
enable_btm: true
|
||||
enable_rrm: true
|
||||
min_auth_mode: WPA3
|
||||
|
||||
Reference in New Issue
Block a user