mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add Wifi info text sensor (#473)
* Add WiFi Info text sensor * Lint * Fix register * Add newline at end of file
This commit is contained in:
@@ -1214,3 +1214,10 @@ text_sensor:
|
||||
- platform: template
|
||||
name: Template Text Sensor
|
||||
id: template_text
|
||||
- platform: wifi_info
|
||||
ip_address:
|
||||
name: "IP Address"
|
||||
ssid:
|
||||
name: "SSID"
|
||||
bssid:
|
||||
name: "BSSID"
|
||||
|
Reference in New Issue
Block a user