Compare commits
27 Commits
2026.3.2
...
649cb5a3e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
649cb5a3e5
|
|||
|
34c8020e9e
|
|||
|
0680a97302
|
|||
|
0a39a28c84
|
|||
|
5848f9c220
|
|||
|
d091b9aedf
|
|||
|
bc2674b31c
|
|||
|
fee83ab08f
|
|||
|
26a96f2d04
|
|||
|
89c03fb3eb
|
|||
|
a0b5d237be
|
|||
|
88f9f44d3e
|
|||
|
405b6e8762
|
|||
|
eb2f68aeb6
|
|||
|
60bab6bc60
|
|||
|
c555e3ad57
|
|||
|
1cf1934b12
|
|||
|
2d6a6a706b
|
|||
|
316bec98d9
|
|||
|
30d2edf9ea
|
|||
|
66516b7a00
|
|||
|
40b860f401
|
|||
|
ece6e505a1
|
|||
|
6c0513b879
|
|||
|
14705dd82c
|
|||
|
faa8c50c68
|
|||
|
fb6e59b060
|
+3431
-2109
File diff suppressed because it is too large
Load Diff
+213
-106
@@ -474,13 +474,14 @@ views:
|
|||||||
heading_style: title
|
heading_style: title
|
||||||
- type: custom:meteoalarm-card
|
- type: custom:meteoalarm-card
|
||||||
entities:
|
entities:
|
||||||
entity: sensor.weatheralerts
|
- entity: sensor.weatheralerts_defiance_ohz004_ohc039
|
||||||
integration: weatheralerts
|
integration: weatheralerts
|
||||||
hide_when_no_warning: true
|
hide_when_no_warning: true
|
||||||
visibility:
|
visibility:
|
||||||
- condition: state
|
- condition: numeric_state
|
||||||
entity: sensor.weatheralerts_alerts_are_active
|
entity: sensor.weatheralerts_defiance_ohz004_ohc039
|
||||||
state: 'Yes'
|
above: 0
|
||||||
|
override_headline: false
|
||||||
- type: custom:weather-forecast-card
|
- type: custom:weather-forecast-card
|
||||||
show_current: true
|
show_current: true
|
||||||
show_forecast: true
|
show_forecast: true
|
||||||
@@ -1259,7 +1260,7 @@ views:
|
|||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
|
background-color: ${state === 'on' ? 'var(--bubble-accent-color)' : 'var(--background-color-2)'} !important;
|
||||||
}
|
}
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
@@ -1294,7 +1295,7 @@ views:
|
|||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
|
background-color: ${state === 'on' ? 'var(--bubble-accent-color)' : 'var(--background-color-2)'} !important;
|
||||||
}
|
}
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
@@ -1359,14 +1360,17 @@ views:
|
|||||||
hold_action:
|
hold_action:
|
||||||
action: more-info
|
action: more-info
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: input_select.basement_studio_scenes
|
main:
|
||||||
show_name: false
|
- entity: input_select.basement_studio_scenes
|
||||||
name: Scenes
|
show_name: false
|
||||||
show_state: false
|
name: Scenes
|
||||||
show_last_changed: false
|
show_state: false
|
||||||
tap_action:
|
show_last_changed: false
|
||||||
action: toggle
|
tap_action:
|
||||||
icon: mdi:palette
|
action: toggle
|
||||||
|
icon: mdi:palette
|
||||||
|
sub_button_type: select
|
||||||
|
bottom: []
|
||||||
styles: ''
|
styles: ''
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
@@ -1477,14 +1481,18 @@ views:
|
|||||||
type: custom:bubble-card
|
type: custom:bubble-card
|
||||||
card_type: climate
|
card_type: climate
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: climate.basement_studio_vtherm
|
main:
|
||||||
select_attribute: hvac_modes
|
- entity: climate.basement_studio_vtherm
|
||||||
name: HVAC modes menu
|
select_attribute: hvac_modes
|
||||||
state_background: true
|
name: HVAC modes menu
|
||||||
- name: Presets menu
|
state_background: true
|
||||||
select_attribute: preset_modes
|
sub_button_type: select
|
||||||
state_background: false
|
- name: Presets menu
|
||||||
show_arrow: true
|
select_attribute: preset_modes
|
||||||
|
state_background: false
|
||||||
|
show_arrow: true
|
||||||
|
sub_button_type: select
|
||||||
|
bottom: []
|
||||||
name: Thermostat
|
name: Thermostat
|
||||||
entity: climate.basement_studio_vtherm
|
entity: climate.basement_studio_vtherm
|
||||||
state_color: false
|
state_color: false
|
||||||
@@ -1492,6 +1500,7 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: input_boolean.basement_studio_heat_allowed
|
entity: input_boolean.basement_studio_heat_allowed
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
step: 1
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
@@ -1644,13 +1653,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.basement_studio_motion
|
- entity: binary_sensor.basement_studio_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.basement_occupied
|
- entity: binary_sensor.basement_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_timer_card
|
template: popup_timer_card
|
||||||
variables:
|
variables:
|
||||||
@@ -1850,19 +1859,19 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
name: Front Motion
|
name: Front Motion
|
||||||
entity: binary_sensor.living_room_front_motion
|
entity: binary_sensor.living_room_front_motion
|
||||||
color: accent-color
|
color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
name: Back Motion
|
name: Back Motion
|
||||||
entity: binary_sensor.living_room_back_motion
|
entity: binary_sensor.living_room_back_motion
|
||||||
color: accent-color
|
color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
name: Occupied
|
name: Occupied
|
||||||
entity: binary_sensor.living_room_occupied
|
entity: binary_sensor.living_room_occupied
|
||||||
color: accent-color
|
color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_timer_card
|
template: popup_timer_card
|
||||||
variables:
|
variables:
|
||||||
@@ -2020,13 +2029,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.downstairs_bathroom_motion
|
- entity: binary_sensor.downstairs_bathroom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.downstairs_bathroom_occupied
|
- entity: binary_sensor.downstairs_bathroom_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -2207,13 +2216,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.mud_room_motion
|
- entity: binary_sensor.mud_room_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.mud_room_occupied
|
- entity: binary_sensor.mud_room_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -2300,13 +2309,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.stairwell_bottom_motion
|
- entity: binary_sensor.stairwell_bottom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.stairwell_occupied
|
- entity: binary_sensor.stairwell_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -2397,13 +2406,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.stairwell_top_motion
|
- entity: binary_sensor.stairwell_top_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.upstairs_hallway_occupied
|
- entity: binary_sensor.upstairs_hallway_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -2521,13 +2530,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.upstairs_bathroom_motion
|
- entity: binary_sensor.upstairs_bathroom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.upstairs_bathroom_occupied
|
- entity: binary_sensor.upstairs_bathroom_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -2683,16 +2692,21 @@ views:
|
|||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: climate
|
card_type: climate
|
||||||
sub_button:
|
sub_button:
|
||||||
- select_attribute: hvac_modes
|
main:
|
||||||
name: HVAC modes menu
|
- select_attribute: hvac_modes
|
||||||
state_background: true
|
name: HVAC modes menu
|
||||||
- name: Presets menu
|
state_background: true
|
||||||
select_attribute: preset_modes
|
sub_button_type: select
|
||||||
state_background: false
|
- name: Presets menu
|
||||||
show_arrow: true
|
select_attribute: preset_modes
|
||||||
|
state_background: false
|
||||||
|
show_arrow: true
|
||||||
|
sub_button_type: select
|
||||||
|
bottom: []
|
||||||
name: Thermostat
|
name: Thermostat
|
||||||
entity: climate.master_bedroom_aircon
|
entity: climate.master_bedroom_aircon
|
||||||
state_color: false
|
state_color: false
|
||||||
|
step: 1
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
@@ -2713,7 +2727,7 @@ views:
|
|||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
|
background-color: ${state === 'on' ? 'var(--bubble-accent-color)' : 'var(--background-color-2)'} !important;
|
||||||
}
|
}
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
@@ -2801,13 +2815,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.master_bedroom_motion
|
- entity: binary_sensor.master_bedroom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.master_bedroom_occupied
|
- entity: binary_sensor.master_bedroom_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -3009,13 +3023,13 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.kallen_bedroom_motion
|
- entity: binary_sensor.kallen_bedroom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.kallen_bedroom_occupied
|
- entity: binary_sensor.kallen_bedroom_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
@@ -3101,7 +3115,42 @@ views:
|
|||||||
double_tap_action:
|
double_tap_action:
|
||||||
action: none
|
action: none
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: empty-column
|
card_type: button
|
||||||
|
entity: switch.emma_door_alert
|
||||||
|
name: Door Alert
|
||||||
|
show_state: true
|
||||||
|
tap_action:
|
||||||
|
action: toggle
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
hold_action:
|
||||||
|
action: more-info
|
||||||
|
button_action:
|
||||||
|
double_tap_action:
|
||||||
|
action: none
|
||||||
|
button_type: switch
|
||||||
|
sub_button:
|
||||||
|
main: []
|
||||||
|
bottom: []
|
||||||
|
styles: >-
|
||||||
|
.is-unavailable {
|
||||||
|
opacity: 0.5 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bubble-button-background {
|
||||||
|
opacity: 1 !important;
|
||||||
|
background-color: ${state === 'on' ? 'var(--success-color)' : 'var(--error-color)'} !important;
|
||||||
|
transition: background-color 1s !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bubble-icon {
|
||||||
|
opacity: 1 !important;
|
||||||
|
color: ${state === 'on' ? 'var(--success-color)' : 'var(--error-color)'} !important;
|
||||||
|
transition: color 1s !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
${icon.setAttribute("icon", hass.states[entity].state ===
|
||||||
|
'off' ? 'mdi:alert' : 'mdi:check')}
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Environment
|
name: Environment
|
||||||
@@ -3119,16 +3168,21 @@ views:
|
|||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: climate
|
card_type: climate
|
||||||
sub_button:
|
sub_button:
|
||||||
- select_attribute: hvac_modes
|
main:
|
||||||
name: HVAC modes menu
|
- select_attribute: hvac_modes
|
||||||
state_background: true
|
name: HVAC modes menu
|
||||||
- name: Presets menu
|
state_background: true
|
||||||
select_attribute: preset_modes
|
sub_button_type: select
|
||||||
state_background: false
|
- name: Presets menu
|
||||||
show_arrow: true
|
select_attribute: preset_modes
|
||||||
|
state_background: false
|
||||||
|
show_arrow: true
|
||||||
|
sub_button_type: select
|
||||||
|
bottom: []
|
||||||
name: Thermostat
|
name: Thermostat
|
||||||
entity: climate.emma_bedroom_aircon
|
entity: climate.emma_bedroom_aircon
|
||||||
state_color: false
|
state_color: false
|
||||||
|
step: 1
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
@@ -3149,7 +3203,7 @@ views:
|
|||||||
styles: |-
|
styles: |-
|
||||||
.bubble-button-background {
|
.bubble-button-background {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: ${state === 'on' ? 'var(--accent-color)' : 'var(--background-color-2)'} !important;
|
background-color: ${state === 'on' ? 'var(--bubble-accent-color)' : 'var(--background-color-2)'} !important;
|
||||||
}
|
}
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
@@ -3184,18 +3238,23 @@ views:
|
|||||||
type: custom:bubble-card
|
type: custom:bubble-card
|
||||||
card_type: climate
|
card_type: climate
|
||||||
sub_button:
|
sub_button:
|
||||||
- select_attribute: hvac_modes
|
main:
|
||||||
name: HVAC modes menu
|
- select_attribute: hvac_modes
|
||||||
state_background: true
|
name: HVAC modes menu
|
||||||
- name: Presets menu
|
state_background: true
|
||||||
select_attribute: preset_modes
|
sub_button_type: select
|
||||||
state_background: false
|
- name: Presets menu
|
||||||
show_arrow: true
|
select_attribute: preset_modes
|
||||||
|
state_background: false
|
||||||
|
show_arrow: true
|
||||||
|
sub_button_type: select
|
||||||
|
bottom: []
|
||||||
name: Thermostat
|
name: Thermostat
|
||||||
entity: climate.emma_bedroom_vtherm
|
entity: climate.emma_bedroom_vtherm
|
||||||
state_color: false
|
state_color: false
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
|
step: 1
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
@@ -3266,27 +3325,31 @@ views:
|
|||||||
variables:
|
variables:
|
||||||
- name: Motion
|
- name: Motion
|
||||||
- entity: binary_sensor.emma_bedroom_motion
|
- entity: binary_sensor.emma_bedroom_motion
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
- name: Occupied
|
- name: Occupied
|
||||||
- entity: binary_sensor.emma_bedroom_occupied
|
- entity: binary_sensor.emma_bedroom_occupied
|
||||||
- color: accent-color
|
- color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: separator
|
card_type: separator
|
||||||
name: Security
|
name: Security
|
||||||
icon: mdi:security
|
icon: mdi:security
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
|
- type: custom:streamline-card
|
||||||
|
template: contact_sensor_button
|
||||||
|
variables:
|
||||||
|
name: Door
|
||||||
|
entity: binary_sensor.emma_bedroom_door
|
||||||
|
color: error-color
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: contact_sensor_button
|
template: contact_sensor_button
|
||||||
variables:
|
variables:
|
||||||
name: Window
|
name: Window
|
||||||
entity: binary_sensor.emma_bedroom_window
|
entity: binary_sensor.emma_bedroom_window
|
||||||
color: error-color
|
color: error-color
|
||||||
- type: custom:bubble-card
|
|
||||||
card_type: empty-column
|
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: popup_timer_card
|
template: popup_timer_card
|
||||||
variables:
|
variables:
|
||||||
@@ -4134,9 +4197,28 @@ views:
|
|||||||
icon: '{{ state_attr(''binary_sensor.tornado_possible'',''icon'') }}'
|
icon: '{{ state_attr(''binary_sensor.tornado_possible'',''icon'') }}'
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: >-
|
content: >-
|
||||||
|
{% if
|
||||||
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||||
|
| int > 0 %}
|
||||||
|
|
||||||
{{
|
{{
|
||||||
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||||
}} strikes in last hour!
|
| int }} strikes last hour!
|
||||||
|
|
||||||
|
{% elif
|
||||||
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_3_hours')
|
||||||
|
| int > 0 %}
|
||||||
|
|
||||||
|
{{
|
||||||
|
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_3_hours')
|
||||||
|
| int }} strikes last 3 hours!
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
|
||||||
|
{{ states('sensor.blitzortung_lightning_counter') }} strikes during
|
||||||
|
this storm!
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
icon: mdi:lightning-bolt
|
icon: mdi:lightning-bolt
|
||||||
color: var(--warning-color)
|
color: var(--warning-color)
|
||||||
entity: binary_sensor.lightning_warning
|
entity: binary_sensor.lightning_warning
|
||||||
@@ -7182,14 +7264,14 @@ views:
|
|||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button
|
template: state_color_button
|
||||||
variables:
|
variables:
|
||||||
entity: binary_sensor.living_room_front_motion
|
entity: input_boolean.toggle_testing
|
||||||
name: State Color Button
|
name: State Color Button
|
||||||
color: accent-color
|
color: bubble-accent-color
|
||||||
columns: '2'
|
columns: '2'
|
||||||
- type: custom:streamline-card
|
- type: custom:streamline-card
|
||||||
template: state_color_button_nav
|
template: state_color_button_nav
|
||||||
variables:
|
variables:
|
||||||
entity: binary_sensor.security_faults
|
entity: input_boolean.toggle_testing
|
||||||
name: State Color Button Nav
|
name: State Color Button Nav
|
||||||
navigation_path: '#security'
|
navigation_path: '#security'
|
||||||
color: error-color
|
color: error-color
|
||||||
@@ -7248,21 +7330,23 @@ views:
|
|||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '#basement-studio'
|
navigation_path: '#basement-studio'
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: sensor.basement_studio_temperature
|
main:
|
||||||
name: Temp
|
- entity: sensor.basement_studio_temperature
|
||||||
show_state: true
|
name: Temp
|
||||||
show_name: false
|
show_state: true
|
||||||
tap_action:
|
show_name: false
|
||||||
action: navigate
|
tap_action:
|
||||||
navigation_path: '#basement-studio'
|
action: navigate
|
||||||
show_background: false
|
navigation_path: '#basement-studio'
|
||||||
- entity: sensor.basement_studio_illuminance
|
show_background: false
|
||||||
show_state: true
|
- entity: sensor.basement_studio_illuminance
|
||||||
name: Lux
|
show_state: true
|
||||||
tap_action:
|
name: Lux
|
||||||
action: navigate
|
tap_action:
|
||||||
navigation_path: '#basement-studio'
|
action: navigate
|
||||||
show_background: false
|
navigation_path: '#basement-studio'
|
||||||
|
show_background: false
|
||||||
|
bottom: []
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
- temperature_colouring
|
- temperature_colouring
|
||||||
@@ -7299,21 +7383,23 @@ views:
|
|||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: '#front-porch'
|
navigation_path: '#front-porch'
|
||||||
sub_button:
|
sub_button:
|
||||||
- entity: sensor.home_tempest_temperature
|
main:
|
||||||
name: Temp
|
- entity: sensor.home_tempest_temperature
|
||||||
show_state: true
|
name: Temp
|
||||||
show_name: false
|
show_state: true
|
||||||
tap_action:
|
show_name: false
|
||||||
action: navigate
|
tap_action:
|
||||||
navigation_path: '#front-porch'
|
action: navigate
|
||||||
show_background: false
|
navigation_path: '#front-porch'
|
||||||
- entity: sensor.home_tempest_illuminance
|
show_background: false
|
||||||
show_state: true
|
- entity: sensor.home_tempest_illuminance
|
||||||
name: Lux
|
show_state: true
|
||||||
tap_action:
|
name: Lux
|
||||||
action: navigate
|
tap_action:
|
||||||
navigation_path: '#front-porch'
|
action: navigate
|
||||||
show_background: false
|
navigation_path: '#front-porch'
|
||||||
|
show_background: false
|
||||||
|
bottom: []
|
||||||
modules:
|
modules:
|
||||||
- default
|
- default
|
||||||
- temperature_colouring
|
- temperature_colouring
|
||||||
@@ -7355,7 +7441,7 @@ views:
|
|||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: state
|
button_type: state
|
||||||
entity: binary_sensor.living_room_back_motion
|
entity: input_boolean.toggle_testing
|
||||||
name: State Color Button
|
name: State Color Button
|
||||||
show_state: true
|
show_state: true
|
||||||
tap_action:
|
tap_action:
|
||||||
@@ -7374,11 +7460,11 @@ views:
|
|||||||
- default
|
- default
|
||||||
- state_color_button
|
- state_color_button
|
||||||
state_color_button:
|
state_color_button:
|
||||||
color: accent-color
|
color: bubble-accent-color
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
card_type: button
|
card_type: button
|
||||||
button_type: state
|
button_type: state
|
||||||
entity: binary_sensor.security_faults
|
entity: input_boolean.toggle_testing
|
||||||
name: State Color Button Nav
|
name: State Color Button Nav
|
||||||
show_state: true
|
show_state: true
|
||||||
tap_action:
|
tap_action:
|
||||||
@@ -7640,6 +7726,27 @@ views:
|
|||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity: sensor.anniversary_tony_s_birthday
|
entity: sensor.anniversary_tony_s_birthday
|
||||||
below: 8
|
below: 8
|
||||||
|
- type: grid
|
||||||
|
cards:
|
||||||
|
- type: heading
|
||||||
|
heading: Bubble Weather Card
|
||||||
|
heading_style: title
|
||||||
|
icon: mdi:weather-partly-cloudy
|
||||||
|
- type: custom:bubble-card
|
||||||
|
card_type: button
|
||||||
|
button_type: state
|
||||||
|
sub_button:
|
||||||
|
main: []
|
||||||
|
bottom: []
|
||||||
|
modules:
|
||||||
|
- weather_forecast
|
||||||
|
entity: weather.iron_nerd_weather_station
|
||||||
|
weather_forecast:
|
||||||
|
type: daily
|
||||||
|
disable_dynamic_background: false
|
||||||
|
disable_animations: false
|
||||||
|
hide_icon_background: false
|
||||||
|
card_layout: default
|
||||||
header:
|
header:
|
||||||
layout: responsive
|
layout: responsive
|
||||||
badges_position: bottom
|
badges_position: bottom
|
||||||
|
|||||||
Reference in New Issue
Block a user