Update remote.xiaomi_miio.markdown (#13516)

* Update remote.xiaomi_miio.markdown

Trying to solve label docs-missing of https://github.com/home-assistant/core/pull/35805

* led => LED
This commit is contained in:
Boris Kaplounovsky 2020-05-23 09:15:15 +03:00 committed by GitHub
parent e4abf4518d
commit 2eaf3b67b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ For now, pronto hex codes only work on the first version (`chuangmi.ir.v2`).
## Platform Services ## Platform Services
The Xiaomi IR Remote Platform registers two services. The Xiaomi IR Remote Platform registers four services.
### `remote.send_command` ### `remote.send_command`
@ -180,3 +180,11 @@ Use the entity_id of the Xiaomi IR Remote to start a learning process.
`slot` and `timeout` can be specified, but multiple commands learned to the same slot can still be sent using [`remote.send_command`](/integrations/remote.xiaomi_miio/#remotesend_command) even if they are overwritten. `slot` and `timeout` can be specified, but multiple commands learned to the same slot can still be sent using [`remote.send_command`](/integrations/remote.xiaomi_miio/#remotesend_command) even if they are overwritten.
After learning the command the base64 string can be found as a notification in Overview, the string can be copied by left clicking on the string and choose the copy option. After learning the command the base64 string can be found as a notification in Overview, the string can be copied by left clicking on the string and choose the copy option.
### `xiaomi_miio.remote_set_led_on`
Used to turn remote's blue LED on.
### `xiaomi_miio.remote_set_led_off`
Used to turn remote's blue LED off.