1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 23:52:02 +00:00
Files
2022-04-04 17:53:16 +02:00

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"
}
}
}
}
}