mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +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"
|
||||
---
|
||||
|
||||
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`:
|
||||
|
||||
```yaml
|
||||
switch:
|
||||
- platform: switchbot
|
||||
mac: 'cb:25:0b......'
|
||||
mac: 'MAC_ADDRESS'
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
mac:
|
||||
description: Device MAC address.
|
||||
description: The device MAC address with lower-case letters.
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user