Update details about MAC address (fixes #8862) (#8868)

* Update details about MAC address (fixes #8862)

* Fix typo
This commit is contained in:
Fabian Affolter 2019-03-09 01:05:17 +05:30 committed by GitHub
parent a0ef4a36a9
commit c0b94cee1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: