mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 15:15:09 +02:00
Improve switch_as_x translation strings (#69249)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
Reference in New Issue
Block a user