Compare commits

..

3 Commits

View File

@@ -173,6 +173,25 @@ views:
tap_action: tap_action:
action: navigate action: navigate
navigation_path: /lovelace/weather 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 column_span: 1
- type: grid - type: grid
cards: cards:
@@ -2055,14 +2074,25 @@ views:
step: row step: row
control: control:
hvac: hvac:
'off':
name: 'Off'
heat: false heat: false
cool:
name: Cool
auto:
name: Auto
dry:
name: Dry
fan_only:
name: Fan Only
preset: preset:
none: none:
name: Eco Off name: Eco Off
eco: eco:
name: Eco On name: Eco On
boost: false boost: false
comfort: false comfort:
name: Comfort
sleep: false sleep: false
away: false away: false
- type: custom:state-switch - type: custom:state-switch
@@ -2429,14 +2459,25 @@ views:
step: row step: row
control: control:
hvac: hvac:
'off':
name: 'Off'
heat: false heat: false
cool:
name: Cool
auto:
name: Auto
dry:
name: Dry
fan_only:
name: Fan Only
preset: preset:
none: none:
name: Eco Off name: Eco Off
eco: eco:
name: Eco On name: Eco On
boost: false boost: false
comfort: false comfort:
name: Comfort
sleep: false sleep: false
away: false away: false
- type: custom:state-switch - type: custom:state-switch
@@ -7261,6 +7302,7 @@ views:
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Warnings name: Warnings
state_header: Tornado state_header: Tornado
icon: wi:tornado
entities: entities:
- entity: binary_sensor.severe_thunderstorm_warning - entity: binary_sensor.severe_thunderstorm_warning
name: Severe T-storm name: Severe T-storm
@@ -7269,6 +7311,7 @@ views:
name: Wind name: Wind
format: precision1 format: precision1
state_header: Speed state_header: Speed
icon: wi:windy
entities: entities:
- entity: sensor.home_wind_direction_degrees - entity: sensor.home_wind_direction_degrees
name: Bearing name: Bearing
@@ -7280,11 +7323,13 @@ views:
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Moisture name: Moisture
state_header: Humidity state_header: Humidity
icon: wi:humidity
entities: entities:
- entity: sensor.home_tempest_dew_point - entity: sensor.home_tempest_dew_point
name: Dew Point name: Dew Point
- entity: sensor.home_tempest_local_slp - entity: sensor.home_tempest_local_slp
name: Barometric Pressure name: Barometric Pressure
icon: wi:barometer
- entity: sensor.current_season - entity: sensor.current_season
icon: mdi:leaf icon: mdi:leaf
- entity: sensor.home_tempest_uv_index - entity: sensor.home_tempest_uv_index