Use new name

This commit is contained in:
Paul Bottein 2023-10-04 14:22:33 +02:00
parent 5270ca4db6
commit ea9ef9a165
No known key found for this signature in database

View File

@ -79,7 +79,7 @@ export class EnergyViewStrategy extends ReactiveElement {
type: "conditional", type: "conditional",
conditions: [ conditions: [
{ {
condition: "responsive", condition: "screen",
media_query: NARROW_MEDIA_QUERY, media_query: NARROW_MEDIA_QUERY,
}, },
], ],