1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 12:52:19 +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

@@ -29,6 +29,7 @@ CONF_BRANCH = 'branch'
CONF_LOGGER = 'logger'
CONF_WIFI = 'wifi'
CONF_SSID = 'ssid'
CONF_IP_ADDRESS = 'ip_address'
CONF_BSSID = 'bssid'
CONF_PASSWORD = 'password'
CONF_MANUAL_IP = 'manual_ip'