1
0
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:
Otto Winter
2019-03-05 14:05:51 +01:00
committed by GitHub
parent 0fc6a027a7
commit 5c14ca030a
4 changed files with 57 additions and 3 deletions

View File

@@ -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"