Delete entity/device to Remove entity/device in scene editor (#25116)

Delete entity/device to Remove entity/device
This commit is contained in:
Simon Lamon 2025-04-22 07:57:47 +02:00 committed by GitHub
parent f71245893a
commit 5a34560381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4624,7 +4624,7 @@
"introduction": "Add the devices that you want to be included in your scene. Set all entities in each device to the state you want for this scene.", "introduction": "Add the devices that you want to be included in your scene. Set all entities in each device to the state you want for this scene.",
"introduction_review": "To add the devices that you want to be included in your scene switch to the Live Edit mode.", "introduction_review": "To add the devices that you want to be included in your scene switch to the Live Edit mode.",
"add": "Add a device", "add": "Add a device",
"delete": "Delete device" "delete": "Remove device"
}, },
"entities": { "entities": {
"header": "Entities", "header": "Entities",
@ -4632,7 +4632,7 @@
"introduction_review": "To add individual entities to your scene switch to the Live Edit mode.", "introduction_review": "To add individual entities to your scene switch to the Live Edit mode.",
"without_device": "Entities", "without_device": "Entities",
"add": "Add an entity", "add": "Add an entity",
"delete": "Delete entity" "delete": "Remove entity"
} }
} }
}, },