Compare commits

...

5 Commits

2 changed files with 147 additions and 35 deletions

View File

@@ -772,26 +772,6 @@ views:
'on': hue:lightstrip
'off': hue:lightstrip-off
unavailable: mdi:map-marker-question
- type: custom:paper-buttons-row
buttons:
- entity: light.christmas_tree
name: Tree
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:pine-tree-variant
'off': mdi:pine-tree-variant-outline
unavailable: mdi:map-marker-question
- entity: light.christmas_lights_front_window
name: Window
layout: icon|name_state
state:
case: first
state_icons:
'on': mdi:string-lights
'off': mdi:string-lights-off
unavailable: mdi:map-marker-question
- type: entities
entities:
- entity: input_select.living_room_scenes
@@ -809,6 +789,32 @@ views:
name: FW1
- entity: binary_sensor.front_window_2
name: FW2
- entity: binary_sensor.front_window_3
name: FW3
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.side_window_1
name: SW1
- entity: binary_sensor.side_window_2
name: SW2
- entity: binary_sensor.side_window_3
name: SW3
- entity: binary_sensor.side_window_4
name: SW4
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.back_window_1
name: BW1
- entity: binary_sensor.back_window_2
name: BW2
- type: glance
show_name: true
show_icon: true
@@ -1225,6 +1231,16 @@ views:
- type: entities
entities:
- entity: input_select.downstairs_bathroom_scenes
- type: glance
show_name: true
show_icon: true
show_state: true
state_color: true
entities:
- entity: binary_sensor.downstairs_bathroom_window_1
name: Back
- entity: binary_sensor.downstairs_bathroom_window_2
name: Side
- type: glance
show_name: true
show_icon: true
@@ -1390,6 +1406,9 @@ views:
state_color: true
entities:
- entity: binary_sensor.kitchen_big_window
name: Main
- entity: binary_sensor.kitchen_sink_window
name: Sink
- type: grid
cards:
- type: custom:stack-in-card
@@ -1616,7 +1635,7 @@ views:
state_color: true
entities:
- entity: binary_sensor.stairway_window_lower
name: SW1
name: Stairwell Bottom
- type: glance
show_name: true
show_icon: true
@@ -1741,7 +1760,7 @@ views:
state_color: true
entities:
- entity: binary_sensor.stairway_window_upper
name: SW2
name: Stairwell Top
- type: glance
show_name: true
show_icon: true
@@ -2552,9 +2571,9 @@ views:
'on':
type: custom:versatile-thermostat-ui-card
entity: climate.emma_bedroom_vtherm
disable_circle: false
disable_name: true
powerEntity: sensor.emma_bedroom_heater_power
theme: classic
disable_name: true
disable_auto_fan_infos: true
- type: entities
entities:
@@ -2835,9 +2854,10 @@ views:
show_header_toggle: false
- type: custom:versatile-thermostat-ui-card
entity: climate.basement_studio_vtherm
disable_circle: false
disable_name: true
powerEntity: sensor.basement_studio_heater_power
theme: classic
disable_name: true
allow_lock_toggle: true
disable_auto_fan_infos: true
- type: custom:mushroom-select-card
entity: input_select.basement_studio_scenes
@@ -6683,7 +6703,9 @@ views:
include:
- name: Number of*
- name: Lines of Code
exclude: []
exclude:
- options: {}
integration: 906ce55dd1bd3e27336a7049f329149b
sort:
method: state
reverse: true
@@ -7186,10 +7208,6 @@ views:
- compass_radar
- history_chart
always_show_full_card: false
visibility:
- condition: numeric_state
entity: sensor.blitzortung_lightning_counter
above: 0
- type: grid
cards:
- type: heading
@@ -7944,11 +7962,32 @@ views:
icon: mdi:weather-windy
- type: custom:windrose-card
title: Wind Rose
data_period:
hours_to_show: 24
max_width: 1000
refresh_interval: 300
windspeed_bar_location: bottom
buttons_config:
location: top
buttons:
- type: period_selector
button_text: 1 Hour
period_back: '-1h'
- type: period_selector
button_text: 8 Hours
period_back: '-8h'
- type: period_selector
active: true
button_text: 1 Day
period_back: '-1d'
- type: period_selector
button_text: 10 Days
period_back: '-10d'
- type: period_shift_play
period_back: '-1w'
button_text: Play
step_period: +3h
window_period: +10d
delay: 50
use_statistics: true
statistics_period: hour
wind_direction_entity:
entity: sensor.home_wind_direction_degrees
windspeed_entities:
@@ -7996,7 +8035,8 @@ views:
cardinal_direction_labels: NESW
show_intercardinal_directions: true
show_secondary_intercardinal_directions: true
matching_strategy: direction-first
matching_strategy:
- name: direction-first
current_direction:
show_arrow: true
corner_info:
@@ -8012,6 +8052,50 @@ views:
unit: °
label: Bearing
entity: sensor.home_wind_direction_degrees
text_blocks:
top:
text: |-
<table>
<tr>
<td>Direction measures:</td>
<td>${direction-count}</td>
<td>Minimal speed:</td>
<td>${min-speed}</td>
</tr>
<tr>
<td>Speed measures.:</td>
<td>${speed-1-count}</td>
<td>Maximum speed:</td>
<td>${max-speed}</td>
</tr>
<tr>
<td>Match count:</td>
<td>${match-count}</td>
<td>Average speed:</td>
<td>${average-speed}</td>
</tr>
<tr>
<td>Period hours</td>
<td>${period-hours}</td>
<td>Calm percentage:</td>
<td>${calm-percentage}%</td>
</tr>
<tr>
<td>First match time</td><td colspan="2">${date-first-match}, ${time-first-match}</td>
</tr>
<tr>
<td>Last match time</td><td colspan="2">${date-last-match}, ${time-last-match}</td>
</tr>
<tr>
<td>Period start</td><td colspan="2">${start-date} - ${start-time}</td>
</tr>
<tr>
<td>Period end</td><td colspan="2">${end-date} - ${end-time}</td>
</tr>
</table>
text_color: gray
text_size: 14
- type: entities
entities:
- entity: binary_sensor.tornado_warning

View File

@@ -2404,6 +2404,20 @@ views:
- name: Occupied
- entity: binary_sensor.upstairs_hallway_occupied
- color: 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:
@@ -2514,6 +2528,20 @@ views:
- name: Occupied
- entity: binary_sensor.upstairs_bathroom_occupied
- color: 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: