Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Lamon
6aa78794a7
Area strategy: Translate no entities in this area (#25101)
No entities in this area
2025-04-19 12:32:02 +02:00
renovate[bot]
3f17548582
Lock file maintenance (#25108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-19 09:23:46 +02:00
3 changed files with 369 additions and 334 deletions

View File

@ -83,7 +83,9 @@ export class AreasOverviewViewStrategy extends ReactiveElement {
: [
{
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%]"
},
"areas": {
"no_entities": "No entities in this area.",
"groups": {
"lights": "Lights",
"covers": "Covers",

698
yarn.lock

File diff suppressed because it is too large Load Diff