Files
core/homeassistant/components/switch_as_x/strings.json
Erik Montnemery cb7e492e81 Add switch_as_x integration (#67878)
* 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
2022-03-10 12:23:01 +01:00

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