Compare commits
5 Commits
2025.5.3
...
main_dash_
Author | SHA1 | Date | |
---|---|---|---|
a575c63809
|
|||
cc17a8ca50
|
|||
be21efd363
|
|||
2620a068bb
|
|||
b3ff2ec1b7
|
@ -1386,9 +1386,6 @@ views:
|
|||||||
name: Wakeup Fade - Day
|
name: Wakeup Fade - Day
|
||||||
- entity: input_number.wakeup_lights_fade_night
|
- entity: input_number.wakeup_lights_fade_night
|
||||||
name: Wakeup Fade - Night
|
name: Wakeup Fade - Night
|
||||||
- entity: input_number.sunset_lights_outdoor_lux_threshold
|
|
||||||
name: Sunset Lights Threshold
|
|
||||||
- entity: input_boolean.sunset_lights_triggered
|
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
state_color: true
|
state_color: true
|
||||||
- type: entities
|
- type: entities
|
||||||
|
2702
main_dashboard.yaml
2702
main_dashboard.yaml
File diff suppressed because it is too large
Load Diff
@ -3706,14 +3706,7 @@ views:
|
|||||||
entity: binary_sensor.lightning_warning
|
entity: binary_sensor.lightning_warning
|
||||||
state: 'on'
|
state: 'on'
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: >-
|
content: It is currently raining!
|
||||||
{% if
|
|
||||||
states('sensor.home_tempest_cloud_sensors_precipitation_intensity')
|
|
||||||
not in ['unavailable','unknown','no_rain'] %}
|
|
||||||
{{ states('sensor.home_tempest_cloud_sensors_precipitation_intensity') | replace('_',' ') | title }}
|
|
||||||
{% else %}
|
|
||||||
It is currently raining!
|
|
||||||
{% endif %}
|
|
||||||
icon: mdi:weather-rainy
|
icon: mdi:weather-rainy
|
||||||
color: |-
|
color: |-
|
||||||
{% if is_state('binary_sensor.raining','on') %}
|
{% if is_state('binary_sensor.raining','on') %}
|
||||||
@ -3793,22 +3786,6 @@ views:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity: binary_sensor.emma_bedroom_door
|
entity: binary_sensor.emma_bedroom_door
|
||||||
state: 'on'
|
state: 'on'
|
||||||
- type: custom:mushroom-template-badge
|
|
||||||
content: '{{ states(entity) | title }}'
|
|
||||||
icon: fas:shower
|
|
||||||
entity: input_boolean.shower_mode
|
|
||||||
label: Shower Mode
|
|
||||||
color: var(--warning-color)
|
|
||||||
tap_action:
|
|
||||||
action: none
|
|
||||||
hold_action:
|
|
||||||
action: none
|
|
||||||
double_tap_action:
|
|
||||||
action: none
|
|
||||||
visibility:
|
|
||||||
- condition: state
|
|
||||||
entity: input_boolean.shower_mode
|
|
||||||
state: 'on'
|
|
||||||
- type: custom:mushroom-template-badge
|
- type: custom:mushroom-template-badge
|
||||||
content: |-
|
content: |-
|
||||||
{% if is_state('input_boolean.school_cancelled','on') %}
|
{% if is_state('input_boolean.school_cancelled','on') %}
|
||||||
|
Reference in New Issue
Block a user