Files
fresh-home/esphome/common/text_sensor/wifi_sensor.config.yaml
T
CeeWeasel 75fb9c2ab8 updating common esphome sensors
finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
2025-07-20 12:33:08 -04:00

18 lines
352 B
YAML

# Text sensors with general information.
platform: wifi_info
ip_address:
name: IP
icon: mdi:ip
disabled_by_default: true
ssid:
name: SSID
icon: mdi:lan
disabled_by_default: true
bssid:
name: BSSID
disabled_by_default: true
icon: mdi:router-network
mac_address:
name: Wifi MAC Address
disabled_by_default: true
icon: mdi:wifi-cog