mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +00:00
render remote entity-row as a toggle (#2731)
This commit is contained in:
parent
0f680bcfd6
commit
aae3c26a64
@ -46,8 +46,9 @@ const DOMAIN_TO_ELEMENT_TYPE = {
|
|||||||
input_select: "input-select",
|
input_select: "input-select",
|
||||||
input_text: "input-text",
|
input_text: "input-text",
|
||||||
light: "toggle",
|
light: "toggle",
|
||||||
media_player: "media-player",
|
|
||||||
lock: "lock",
|
lock: "lock",
|
||||||
|
media_player: "media-player",
|
||||||
|
remote: "toggle",
|
||||||
scene: "scene",
|
scene: "scene",
|
||||||
script: "script",
|
script: "script",
|
||||||
sensor: "sensor",
|
sensor: "sensor",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user