Area strategy: Translate no entities in this area (#25101)

No entities in this area
This commit is contained in:
Simon Lamon 2025-04-19 12:32:02 +02:00 committed by GitHub
parent 3f17548582
commit 6aa78794a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -83,7 +83,9 @@ export class AreasOverviewViewStrategy extends ReactiveElement {
: [ : [
{ {
type: "markdown", type: "markdown",
content: "No entities in this area.", content: hass.localize(
"ui.panel.lovelace.strategy.areas.no_entities"
),
}, },
]), ]),
], ],

View File

@ -6452,6 +6452,7 @@
"helpers": "[%key:ui::panel::config::helpers::caption%]" "helpers": "[%key:ui::panel::config::helpers::caption%]"
}, },
"areas": { "areas": {
"no_entities": "No entities in this area.",
"groups": { "groups": {
"lights": "Lights", "lights": "Lights",
"covers": "Covers", "covers": "Covers",