Compare commits

...

2 Commits

Author SHA1 Message Date
26a96f2d04 Fix weather alert card 2026-04-04 02:30:01 -04:00
89c03fb3eb Merge branch 'main_dash_overhaul' into dev 2026-04-03 18:03:46 -04:00
2 changed files with 10 additions and 8 deletions

View File

@@ -311,13 +311,14 @@ views:
icon: mdi:weather-partly-cloudy
- type: custom:meteoalarm-card
entities:
entity: sensor.weatheralerts
- entity: sensor.weatheralerts_defiance_ohz004_ohc039
integration: weatheralerts
hide_when_no_warning: true
visibility:
- condition: state
entity: sensor.weatheralerts_alerts_are_active
state: 'Yes'
- condition: numeric_state
entity: sensor.weatheralerts_defiance_ohz004_ohc039
above: 0
override_headline: false
- type: custom:weather-forecast-card
show_current: true
show_forecast: true

View File

@@ -474,13 +474,14 @@ views:
heading_style: title
- type: custom:meteoalarm-card
entities:
entity: sensor.weatheralerts
- entity: sensor.weatheralerts_defiance_ohz004_ohc039
integration: weatheralerts
hide_when_no_warning: true
visibility:
- condition: state
entity: sensor.weatheralerts_alerts_are_active
state: 'Yes'
- condition: numeric_state
entity: sensor.weatheralerts_defiance_ohz004_ohc039
above: 0
override_headline: false
- type: custom:weather-forecast-card
show_current: true
show_forecast: true