Update HVAC fan automation descriptions and improve HTTP configuration

This commit is contained in:
CeeWeasel
2025-08-23 10:30:50 -04:00
parent 6afb4d07f8
commit 544c4788b8
9 changed files with 155 additions and 89 deletions
+15 -4
View File
@@ -1,16 +1,27 @@
esp32:
board: esp32-evb
framework:
#type: arduino
type: esp-idf
ethernet:
id: eth
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO0_IN
clk:
pin: GPIO0
mode: CLK_EXT_IN
phy_addr: 0
use_address: ${devicename}.local
manual_ip:
static_ip: ${static_ip}
gateway: !secret iot_default_gateway
subnet: !secret iot_subnet_mask
dns1: !secret iot_default_dns1
dns2: !secret iot_default_dns2
#text_sensor:
#- <<: !include text_sensor/ethernet_ip_address.config.yaml
#- <<: !include text_sensor/ethernet_mac_address.config.yaml
text_sensor:
- <<: !include text_sensor/ethernet_info.config.yaml