Settle on a common prefix to ESP-specific entities
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
This commit is contained in:
+4
-4
@@ -1,15 +1,15 @@
|
||||
sensor:
|
||||
- platform: wifi_signal
|
||||
name: "WiFi signal"
|
||||
name: "ESP chip WiFi signal"
|
||||
|
||||
text_sensor:
|
||||
- platform: wifi_info
|
||||
mac_address:
|
||||
name: "Device MAC"
|
||||
name: "ESP chip MAC"
|
||||
ip_address:
|
||||
name: "Device IP"
|
||||
name: "ESP chip IP"
|
||||
bssid:
|
||||
name: "Connected to BSSID"
|
||||
name: "ESP chip connected to BSSID"
|
||||
filters:
|
||||
- to_upper
|
||||
- substitute: !secret wifi_ap_lookup
|
||||
|
||||
Reference in New Issue
Block a user