mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add docstring to DhcpServiceInfo MAC address (#147823)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
38a7b21052
commit
603e277a5b
@ -12,3 +12,9 @@ class DhcpServiceInfo(BaseServiceInfo):
|
|||||||
ip: str
|
ip: str
|
||||||
hostname: str
|
hostname: str
|
||||||
macaddress: str
|
macaddress: str
|
||||||
|
"""The MAC address of the device.
|
||||||
|
|
||||||
|
Please note that for historical reason the DHCP service will always format it
|
||||||
|
as a lowercase string without colons.
|
||||||
|
eg. "AA:BB:CC:12:34:56" is stored as "aabbcc123456"
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user