Improve switch_as_x translation strings (#69249)
This commit is contained in:
parent
c3a2eedf0b
commit
7f1d10dcca
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"title": "Switch as X",
|
"title": "Change device type of a switch",
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"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.",
|
"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": {
|
"data": {
|
||||||
"entity_id": "Switch",
|
"entity_id": "Switch",
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"entity_id": "Switch entity",
|
"entity_id": "Switch",
|
||||||
"target_domain": "Type"
|
"target_domain": "New Type"
|
||||||
},
|
},
|
||||||
"title": "Make a switch a ..."
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title": "Switch as X"
|
"title": "Change device type of a switch"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue