mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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_text: "input-text",
|
||||
light: "toggle",
|
||||
media_player: "media-player",
|
||||
lock: "lock",
|
||||
media_player: "media-player",
|
||||
remote: "toggle",
|
||||
scene: "scene",
|
||||
script: "script",
|
||||
sensor: "sensor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user