core/homeassistant/components/switch_as_x/strings.json

15 lines
365 B
JSON

{
"title": "Change device type of a switch",
"config": {
"step": {
"user": {
"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"
}
}
}
}
}