esp is often used as a bridge to other device, e.g. a lock, an AC, a siren, power switch etc. It helps to distinguish esp chip sensor readings from that of the target device
21 lines
375 B
YAML
21 lines
375 B
YAML
sensor:
|
|
- platform: wifi_signal
|
|
name: "ESP chip WiFi signal"
|
|
|
|
text_sensor:
|
|
- platform: wifi_info
|
|
mac_address:
|
|
name: "ESP chip MAC"
|
|
ip_address:
|
|
name: "ESP chip IP"
|
|
bssid:
|
|
name: "ESP chip connected to BSSID"
|
|
filters:
|
|
- to_upper
|
|
- substitute: !secret wifi_ap_lookup
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
domain: ""
|