Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
26a96f2d04
|
|||
|
89c03fb3eb
|
|||
|
a0b5d237be
|
|||
|
88f9f44d3e
|
|||
|
405b6e8762
|
|||
|
eb2f68aeb6
|
|||
|
60bab6bc60
|
|||
|
c555e3ad57
|
|||
|
1cf1934b12
|
|||
|
2d6a6a706b
|
|||
|
316bec98d9
|
|||
|
30d2edf9ea
|
|||
|
66516b7a00
|
|||
|
40b860f401
|
|||
|
ece6e505a1
|
|||
|
6c0513b879
|
|||
|
14705dd82c
|
|||
|
faa8c50c68
|
|||
|
fb6e59b060
|
|||
|
6278992809
|
|||
|
bccb67ccbb
|
|||
|
5a3e93ca72
|
|||
|
6a56597b41
|
|||
|
d2c99bc157
|
|||
|
28ab60966c
|
|||
|
c8f2c9dd33
|
|||
|
c2fa4666e0
|
|||
|
bbe07e4ca1
|
@@ -200,8 +200,8 @@ views:
|
||||
action: call-service
|
||||
service: watchman.report
|
||||
entities:
|
||||
- entity: sensor.watchman_missing_services
|
||||
name: Services
|
||||
- entity: sensor.watchman_missing_actions
|
||||
name: Actions
|
||||
- entity: input_select.default_log_level
|
||||
name: Default Log Level
|
||||
- entity: input_select.log_level
|
||||
@@ -496,6 +496,26 @@ views:
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.emma_bedroom_window
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.kallen_bedroom_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.kallen_bedroom_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.master_bedroom_window_1
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: binary_sensor.master_bedroom_window_2
|
||||
state_map:
|
||||
'on': Open
|
||||
'off': Closed
|
||||
- entity: sensor.living_room_windows_open
|
||||
name: Living Room Windows
|
||||
- type: grid
|
||||
@@ -543,6 +563,11 @@ views:
|
||||
- sensor.downstairs_bathroom_window_1_battery
|
||||
- sensor.downstairs_bathroom_window_2_battery
|
||||
- sensor.upstairs_bathroom_window_battery
|
||||
- sensor.master_bedroom_window_1_battery
|
||||
- sensor.master_bedroom_window_2_battery
|
||||
- sensor.kallen_bedroom_window_1_battery
|
||||
- sensor.kallen_bedroom_window_2_battery
|
||||
- sensor.emma_bedroom_window_battery
|
||||
- name: 'Glass Break Sensors (min: {min}%, count: {count})'
|
||||
secondary_info: Battery levels {range}%
|
||||
icon: mdi:image-broken-variant
|
||||
@@ -591,6 +616,8 @@ views:
|
||||
value: '*chrome*'
|
||||
- name: entity_id
|
||||
value: sensor.front_doorbell_battery
|
||||
- name: entity_id
|
||||
value: '*home_tempest_cloud*'
|
||||
tap_action: more-info
|
||||
- type: grid
|
||||
cards:
|
||||
|
||||
3291
main_dashboard.yaml
3291
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
@@ -1259,7 +1260,7 @@ views:
|
||||
styles: |-
|
||||
.bubble-button-background {
|
||||
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:
|
||||
- default
|
||||
@@ -1294,7 +1295,7 @@ views:
|
||||
styles: |-
|
||||
.bubble-button-background {
|
||||
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:
|
||||
- default
|
||||
@@ -1644,13 +1645,13 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.basement_studio_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.basement_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -1850,19 +1851,19 @@ views:
|
||||
variables:
|
||||
name: Front Motion
|
||||
entity: binary_sensor.living_room_front_motion
|
||||
color: accent-color
|
||||
color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
name: Back Motion
|
||||
entity: binary_sensor.living_room_back_motion
|
||||
color: accent-color
|
||||
color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
name: Occupied
|
||||
entity: binary_sensor.living_room_occupied
|
||||
color: accent-color
|
||||
color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -2020,13 +2021,13 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.downstairs_bathroom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.downstairs_bathroom_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
@@ -2207,13 +2208,13 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.mud_room_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.mud_room_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
@@ -2300,13 +2301,13 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.stairwell_bottom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.stairwell_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
@@ -2397,13 +2398,27 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.stairwell_top_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.upstairs_hallway_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
icon: mdi:security
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window
|
||||
entity: binary_sensor.stairway_window_upper
|
||||
color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: empty-column
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -2507,13 +2522,27 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.upstairs_bathroom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.upstairs_bathroom_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
icon: mdi:security
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window
|
||||
entity: binary_sensor.upstairs_bathroom_window
|
||||
color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: empty-column
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -2549,17 +2578,20 @@ views:
|
||||
data:
|
||||
option: Adaptive
|
||||
sub_button:
|
||||
- entity: input_select.master_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
- entity: switch.master_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
icon: mdi:motion-sensor
|
||||
tap_action:
|
||||
action: toggle
|
||||
main:
|
||||
- entity: input_select.master_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
sub_button_type: select
|
||||
- entity: switch.master_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
icon: mdi:motion-sensor
|
||||
tap_action:
|
||||
action: toggle
|
||||
bottom: []
|
||||
modules:
|
||||
- default
|
||||
- type: custom:bubble-card
|
||||
@@ -2682,7 +2714,7 @@ views:
|
||||
styles: |-
|
||||
.bubble-button-background {
|
||||
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
|
||||
card_type: button
|
||||
@@ -2770,13 +2802,31 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.master_bedroom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.master_bedroom_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
icon: mdi:security
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window 1
|
||||
entity: binary_sensor.master_bedroom_window_1
|
||||
color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window 2
|
||||
entity: binary_sensor.master_bedroom_window_2
|
||||
color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -2811,16 +2861,19 @@ views:
|
||||
data:
|
||||
option: Adaptive
|
||||
sub_button:
|
||||
- entity: input_select.kallen_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
- entity: switch.kallen_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
tap_action:
|
||||
action: toggle
|
||||
main:
|
||||
- entity: input_select.kallen_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
sub_button_type: select
|
||||
- entity: switch.kallen_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
tap_action:
|
||||
action: toggle
|
||||
bottom: []
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Lights
|
||||
@@ -2957,13 +3010,31 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.kallen_bedroom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.kallen_bedroom_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
icon: mdi:security
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window 1
|
||||
entity: binary_sensor.kallen_bedroom_window_1
|
||||
color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window 2
|
||||
entity: binary_sensor.kallen_bedroom_window_2
|
||||
color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -2993,18 +3064,21 @@ views:
|
||||
hold_action:
|
||||
action: more-info
|
||||
sub_button:
|
||||
- entity: input_select.emma_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
- entity: switch.emma_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
tap_action:
|
||||
action: toggle
|
||||
hold_action:
|
||||
action: more-info
|
||||
main:
|
||||
- entity: input_select.emma_bedroom_scenes
|
||||
name: Scenes
|
||||
tap_action:
|
||||
action: toggle
|
||||
show_name: false
|
||||
icon: mdi:palette
|
||||
sub_button_type: select
|
||||
- entity: switch.emma_bedroom_motion_lighting
|
||||
name: Motion Lighting
|
||||
tap_action:
|
||||
action: toggle
|
||||
hold_action:
|
||||
action: more-info
|
||||
bottom: []
|
||||
modules:
|
||||
- default
|
||||
- type: custom:bubble-card
|
||||
@@ -3028,7 +3102,42 @@ views:
|
||||
double_tap_action:
|
||||
action: none
|
||||
- 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
|
||||
card_type: separator
|
||||
name: Environment
|
||||
@@ -3076,7 +3185,7 @@ views:
|
||||
styles: |-
|
||||
.bubble-button-background {
|
||||
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
|
||||
card_type: button
|
||||
@@ -3193,13 +3302,31 @@ views:
|
||||
variables:
|
||||
- name: Motion
|
||||
- entity: binary_sensor.emma_bedroom_motion
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
- name: Occupied
|
||||
- entity: binary_sensor.emma_bedroom_occupied
|
||||
- color: accent-color
|
||||
- color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Security
|
||||
icon: mdi:security
|
||||
- type: horizontal-stack
|
||||
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
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
name: Window
|
||||
entity: binary_sensor.emma_bedroom_window
|
||||
color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: popup_timer_card
|
||||
variables:
|
||||
@@ -3256,6 +3383,20 @@ views:
|
||||
- name: Back
|
||||
- entity: binary_sensor.back_door
|
||||
- color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Basement Studio
|
||||
icon: mdi:twitch
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Door
|
||||
- entity: binary_sensor.basement_studio_door
|
||||
- color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: empty-column
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Living Room
|
||||
@@ -3412,6 +3553,60 @@ views:
|
||||
- color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: empty_column
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Master Bedroom
|
||||
icon: mdi:bed
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Window
|
||||
- entity: binary_sensor.master_bedroom_window_1
|
||||
- color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Window 1
|
||||
- entity: binary_sensor.master_bedroom_window_2
|
||||
- color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Kallen Bedroom
|
||||
icon: mdi:bunk-bed
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Window 1
|
||||
- entity: binary_sensor.kallen_bedroom_window_1
|
||||
- color: error-color
|
||||
- type: custom:streamline-card
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Window 2
|
||||
- entity: binary_sensor.kallen_bedroom_window_2
|
||||
- color: error-color
|
||||
- type: custom:bubble-card
|
||||
card_type: separator
|
||||
name: Emma Bedroom
|
||||
icon: hue:room-nursery
|
||||
- type: horizontal-stack
|
||||
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
|
||||
template: contact_sensor_button
|
||||
variables:
|
||||
- name: Window
|
||||
- entity: binary_sensor.emma_bedroom_window
|
||||
- color: error-color
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:bubble-card
|
||||
@@ -3979,9 +4174,28 @@ views:
|
||||
icon: '{{ state_attr(''binary_sensor.tornado_possible'',''icon'') }}'
|
||||
- type: custom:mushroom-template-badge
|
||||
content: >-
|
||||
{% if
|
||||
states('sensor.home_tempest_cloud_sensors_lightning_strikes_last_hour')
|
||||
| int > 0 %}
|
||||
|
||||
{{
|
||||
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
|
||||
color: var(--warning-color)
|
||||
entity: binary_sensor.lightning_warning
|
||||
@@ -6871,7 +7085,6 @@ views:
|
||||
- entity: zone.meijer
|
||||
- entity: zone.menards
|
||||
- entity: zone.middle_school
|
||||
- entity: zone.rite_aid
|
||||
- entity: zone.the_elder_storks
|
||||
- entity: zone.wal_mart
|
||||
- entity: zone.latty
|
||||
@@ -7028,14 +7241,14 @@ views:
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button
|
||||
variables:
|
||||
entity: binary_sensor.living_room_front_motion
|
||||
entity: input_boolean.toggle_testing
|
||||
name: State Color Button
|
||||
color: accent-color
|
||||
color: bubble-accent-color
|
||||
columns: '2'
|
||||
- type: custom:streamline-card
|
||||
template: state_color_button_nav
|
||||
variables:
|
||||
entity: binary_sensor.security_faults
|
||||
entity: input_boolean.toggle_testing
|
||||
name: State Color Button Nav
|
||||
navigation_path: '#security'
|
||||
color: error-color
|
||||
@@ -7094,21 +7307,23 @@ views:
|
||||
action: navigate
|
||||
navigation_path: '#basement-studio'
|
||||
sub_button:
|
||||
- entity: sensor.basement_studio_temperature
|
||||
name: Temp
|
||||
show_state: true
|
||||
show_name: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#basement-studio'
|
||||
show_background: false
|
||||
- entity: sensor.basement_studio_illuminance
|
||||
show_state: true
|
||||
name: Lux
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#basement-studio'
|
||||
show_background: false
|
||||
main:
|
||||
- entity: sensor.basement_studio_temperature
|
||||
name: Temp
|
||||
show_state: true
|
||||
show_name: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#basement-studio'
|
||||
show_background: false
|
||||
- entity: sensor.basement_studio_illuminance
|
||||
show_state: true
|
||||
name: Lux
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#basement-studio'
|
||||
show_background: false
|
||||
bottom: []
|
||||
modules:
|
||||
- default
|
||||
- temperature_colouring
|
||||
@@ -7145,21 +7360,23 @@ views:
|
||||
action: navigate
|
||||
navigation_path: '#front-porch'
|
||||
sub_button:
|
||||
- entity: sensor.home_tempest_temperature
|
||||
name: Temp
|
||||
show_state: true
|
||||
show_name: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#front-porch'
|
||||
show_background: false
|
||||
- entity: sensor.home_tempest_illuminance
|
||||
show_state: true
|
||||
name: Lux
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#front-porch'
|
||||
show_background: false
|
||||
main:
|
||||
- entity: sensor.home_tempest_temperature
|
||||
name: Temp
|
||||
show_state: true
|
||||
show_name: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#front-porch'
|
||||
show_background: false
|
||||
- entity: sensor.home_tempest_illuminance
|
||||
show_state: true
|
||||
name: Lux
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: '#front-porch'
|
||||
show_background: false
|
||||
bottom: []
|
||||
modules:
|
||||
- default
|
||||
- temperature_colouring
|
||||
@@ -7201,7 +7418,7 @@ views:
|
||||
- type: custom:bubble-card
|
||||
card_type: button
|
||||
button_type: state
|
||||
entity: binary_sensor.living_room_back_motion
|
||||
entity: input_boolean.toggle_testing
|
||||
name: State Color Button
|
||||
show_state: true
|
||||
tap_action:
|
||||
@@ -7220,11 +7437,11 @@ views:
|
||||
- default
|
||||
- state_color_button
|
||||
state_color_button:
|
||||
color: accent-color
|
||||
color: bubble-accent-color
|
||||
- type: custom:bubble-card
|
||||
card_type: button
|
||||
button_type: state
|
||||
entity: binary_sensor.security_faults
|
||||
entity: input_boolean.toggle_testing
|
||||
name: State Color Button Nav
|
||||
show_state: true
|
||||
tap_action:
|
||||
@@ -7486,6 +7703,27 @@ views:
|
||||
- condition: numeric_state
|
||||
entity: sensor.anniversary_tony_s_birthday
|
||||
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:
|
||||
layout: responsive
|
||||
badges_position: bottom
|
||||
|
||||
Reference in New Issue
Block a user