mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add MAC address example to Broadlink documentation (#11038)
* Add MAC address example to Broadlink documentation
Some forum users were having trouble setting up the Broadlink integration because they added the MAC address in the wrong format. I added a formatted example.
* ✏️ Tweak
This commit is contained in:
parent
c7ae547866
commit
fbe8b6a280
@ -36,7 +36,7 @@ host:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
mac:
|
mac:
|
||||||
description: Device mac address.
|
description: "Device MAC address. Use the following format: `AA:BB:CC:DD:EE:FF`."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
@ -139,7 +139,7 @@ host:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
mac:
|
mac:
|
||||||
description: Device MAC address.
|
description: "Device MAC address. Use the following format: `AA:BB:CC:DD:EE:FF`."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user