mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
* Update details about MAC address (fixes #8862) * Fix typo
This commit is contained in:
parent
a0ef4a36a9
commit
c0b94cee1a
@ -13,19 +13,21 @@ ha_release: 0.78
|
|||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
This `Switchbot` switch platform allows you to control Switchbot [devices]( https://www.switch-bot.com/).
|
The `switchbot` switch platform allows you to control Switchbot [devices](https://www.switch-bot.com/).
|
||||||
|
|
||||||
|
## {% linkable_title Manual Configuration %}
|
||||||
|
|
||||||
To enable it, add the following lines to your `configuration.yaml`:
|
To enable it, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
switch:
|
switch:
|
||||||
- platform: switchbot
|
- platform: switchbot
|
||||||
mac: 'cb:25:0b......'
|
mac: 'MAC_ADDRESS'
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
mac:
|
mac:
|
||||||
description: Device MAC address.
|
description: The device MAC address with lower-case letters.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user