mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Improve switch_as_x translation strings (#69249)
This commit is contained in:
parent
c3a2eedf0b
commit
7f1d10dcca
@ -1,9 +1,8 @@
|
||||
{
|
||||
"title": "Switch as X",
|
||||
"title": "Change device type of a switch",
|
||||
"config": {
|
||||
"step": {
|
||||
"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.",
|
||||
"data": {
|
||||
"entity_id": "Switch",
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"init": {
|
||||
"user": {
|
||||
"data": {
|
||||
"entity_id": "Switch entity",
|
||||
"target_domain": "Type"
|
||||
"entity_id": "Switch",
|
||||
"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…
x
Reference in New Issue
Block a user