* Add switch_as_x integration * Address review comments * Add translation strings * Rename entity_type option to target_domain * Move LightSwitch class definition to switch_as_x/light.py * Update manifest * Move tests
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"title": "Switch as X",
|
|
"config": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Make a switch a ...",
|
|
"data": {
|
|
"entity_id": "Switch entity",
|
|
"target_domain": "Type"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|