mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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
|
||||
hostname: 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