render remote entity-row as a toggle (#2731)

This commit is contained in:
Ian Richardson 2019-02-12 11:43:59 -06:00 committed by Paulus Schoutsen
parent 0f680bcfd6
commit aae3c26a64

View File

@ -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",