Files
core/homeassistant/components/switch_as_x/strings.json
2022-03-28 10:32:15 -07:00

16 lines
392 B
JSON

{
"title": "Switch as X",
"config": {
"step": {
"user": {
"title": "Change switch device type",
"description": "Pick a switch that you want to show up in Home Assistant as a light, cover or anything else. The original switch will be hidden.",
"data": {
"entity_id": "Switch",
"target_domain": "New Type"
}
}
}
}
}