mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Remove hidden property from xiaomi_miio.remote integration (#11727)
This commit is contained in:
parent
18cfd744c1
commit
8bb75da0c2
@ -47,11 +47,6 @@ timeout:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 30
|
default: 30
|
||||||
hidden:
|
|
||||||
description: Hide the entity from UI. There is currently no reason to show the entity in UI as turning it off or on does nothing.
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
commands:
|
commands:
|
||||||
description: A list of commands
|
description: A list of commands
|
||||||
required: false
|
required: false
|
||||||
@ -74,7 +69,6 @@ remote:
|
|||||||
token: YOUR_TOKEN
|
token: YOUR_TOKEN
|
||||||
slot: 1
|
slot: 1
|
||||||
timeout: 30
|
timeout: 30
|
||||||
hidden: false
|
|
||||||
commands:
|
commands:
|
||||||
activate_towel_heater:
|
activate_towel_heater:
|
||||||
command:
|
command:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user