Improve switch_as_x translation strings (#69249)

This commit is contained in:
Erik Montnemery 2022-04-04 17:53:16 +02:00 committed by GitHub
parent c3a2eedf0b
commit 7f1d10dcca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -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",

View file

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