Show WiFi AP names instead of BSSID, when known
This commit is contained in:
@@ -3,3 +3,5 @@ wifi_password: "IoT$eKuRe"
|
|||||||
ota_password: "OTA_ALS0_SECCUR"
|
ota_password: "OTA_ALS0_SECCUR"
|
||||||
mqtt_password: "ttqm"
|
mqtt_password: "ttqm"
|
||||||
lock_pin: 314
|
lock_pin: 314
|
||||||
|
wifi_ap_lookup:
|
||||||
|
- "12:34:56:AB:CD -> Upper Floor AP"
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ text_sensor:
|
|||||||
name: "Device IP"
|
name: "Device IP"
|
||||||
bssid:
|
bssid:
|
||||||
name: "Connected to BSSID"
|
name: "Connected to BSSID"
|
||||||
|
filters:
|
||||||
|
- substitute: !secret wifi_ap_lookup
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ssid: !secret wifi_ssid
|
ssid: !secret wifi_ssid
|
||||||
|
|||||||
Reference in New Issue
Block a user