add mac address info (#554)

This commit is contained in:
Guillermo Ruffino 2020-04-24 20:57:55 -03:00 committed by GitHub
parent 1b725a2500
commit 976ea82b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ via text sensors.
name: ESP Connected SSID
bssid:
name: ESP Connected BSSID
mac_address:
name: ESP Mac Wifi Address
Configuration variables:
------------------------
@ -29,6 +31,8 @@ Configuration variables:
:ref:`Text Sensor <config-text_sensor>`.
- **bssid** (*Optional*): Expose the BSSID of the currently connected WiFi network as a text sensor. All options from
:ref:`Text Sensor <config-text_sensor>`.
- **mac_address** (*Optional*): Expose the Mac Address of the WiFi card. All options from
:ref:`Text Sensor <config-text_sensor>`.
See Also
--------