Compare commits
2 Commits
f561a31487
...
01c81305c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
01c81305c3
|
|||
|
fd184d6548
|
@@ -173,6 +173,25 @@ views:
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /lovelace/weather
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Lightning Warning
|
||||
secondary: >-
|
||||
{{
|
||||
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||
}} strikes in last hour!
|
||||
icon: mdi:lightning-bolt
|
||||
entity: binary_sensor.lightning_warning
|
||||
color: var(--warning-color)
|
||||
badge_icon: mdi:exclamation
|
||||
badge_color: var(--error-color)
|
||||
tap_action:
|
||||
action: none
|
||||
icon_tap_action:
|
||||
action: none
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: binary_sensor.lightning_warning
|
||||
state: 'on'
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
@@ -7261,6 +7280,7 @@ views:
|
||||
type: custom:multiple-entity-row
|
||||
name: Warnings
|
||||
state_header: Tornado
|
||||
icon: wi:tornado
|
||||
entities:
|
||||
- entity: binary_sensor.severe_thunderstorm_warning
|
||||
name: Severe T-storm
|
||||
@@ -7269,6 +7289,7 @@ views:
|
||||
name: Wind
|
||||
format: precision1
|
||||
state_header: Speed
|
||||
icon: wi:windy
|
||||
entities:
|
||||
- entity: sensor.home_wind_direction_degrees
|
||||
name: Bearing
|
||||
@@ -7280,11 +7301,13 @@ views:
|
||||
type: custom:multiple-entity-row
|
||||
name: Moisture
|
||||
state_header: Humidity
|
||||
icon: wi:humidity
|
||||
entities:
|
||||
- entity: sensor.home_tempest_dew_point
|
||||
name: Dew Point
|
||||
- entity: sensor.home_tempest_local_slp
|
||||
name: Barometric Pressure
|
||||
icon: wi:barometer
|
||||
- entity: sensor.current_season
|
||||
icon: mdi:leaf
|
||||
- entity: sensor.home_tempest_uv_index
|
||||
|
||||
Reference in New Issue
Block a user