Show WiFi AP names instead of BSSID, when known

This commit is contained in:
2024-06-22 14:05:59 +02:00
parent 9a772299dd
commit 86f6c071b6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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"
+2
View File
@@ -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