mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
Like is said, BS
This commit is contained in:
@@ -77,9 +77,36 @@ cards:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
tap_action:
|
tap_action:
|
||||||
action: more-info
|
action: more-info
|
||||||
- type: custom:mushroom-entity-card
|
- type: custom:mushroom-template-card
|
||||||
entity: sensor.thermal_comfort_relative_strain_perception
|
entity: sensor.thermal_comfort_relative_strain_perception
|
||||||
name: Relative Strain
|
primary: Relative Strain
|
||||||
|
secondary: >
|
||||||
|
{% if is_state('sensor.thermal_comfort_relative_strain_perception','comfortable') %}
|
||||||
|
Comfy
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','slight_discomfort') %}
|
||||||
|
Slight Discomfort
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','discomfort') %}
|
||||||
|
Discomfort
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','significant_discomfort') %}
|
||||||
|
Significant Discomfort
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','extreme_discomfort') %}
|
||||||
|
Extreme Discomfort
|
||||||
|
{% endif %}
|
||||||
|
icon: tc:dew-point-alternative
|
||||||
|
icon_color: >
|
||||||
|
{% if is_state('sensor.thermal_comfort_relative_strain_perception','comfortable') %}
|
||||||
|
green
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','slight_discomfort') %}
|
||||||
|
yellow
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','discomfort') %}
|
||||||
|
orange
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','significant_discomfort') %}
|
||||||
|
red
|
||||||
|
{% elif is_state('sensor.thermal_comfort_relative_strain_perception','extreme_discomfort') %}
|
||||||
|
red
|
||||||
|
{% endif %}
|
||||||
|
tap_action:
|
||||||
|
action: more-info
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:mushroom-template-card
|
- type: custom:mushroom-template-card
|
||||||
|
|||||||
@@ -3,13 +3,13 @@ path: nws-alerts
|
|||||||
icon: mdi:cloud-alert
|
icon: mdi:cloud-alert
|
||||||
visible:
|
visible:
|
||||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||||
#########################################################################################
|
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: conditional
|
- type: conditional
|
||||||
conditions:
|
conditions:
|
||||||
- entity: sensor.nws_alerts_alerts
|
- entity: sensor.nws_alerts
|
||||||
state_not: "0"
|
state_not: "0"
|
||||||
card:
|
card:
|
||||||
type: markdown
|
type: markdown
|
||||||
|
|||||||
@@ -181,15 +181,7 @@ cards:
|
|||||||
action: more-info
|
action: more-info
|
||||||
|
|
||||||
alignment: center
|
alignment: center
|
||||||
# - type: conditional
|
|
||||||
# conditions:
|
|
||||||
# - entity: sensor.chickadee_unread
|
|
||||||
# state_not: '0'
|
|
||||||
# card:
|
|
||||||
# type: custom:mushroom-title-card
|
|
||||||
# title: >-
|
|
||||||
# Chickadee is waiting to hear back on {{states('sensor.chickadee_unread')}}
|
|
||||||
# message(s)!
|
|
||||||
- type: custom:mushroom-template-card
|
- type: custom:mushroom-template-card
|
||||||
primary: |-
|
primary: |-
|
||||||
{% set time = now().hour %}
|
{% set time = now().hour %}
|
||||||
|
|||||||
@@ -167,7 +167,7 @@ elements:
|
|||||||
#button #4
|
#button #4
|
||||||
- type: "custom:button-card"
|
- type: "custom:button-card"
|
||||||
color: auto
|
color: auto
|
||||||
entity: camera.frigate_cam13
|
entity: camera.frigate_cam12
|
||||||
show_name: false
|
show_name: false
|
||||||
show_entity_picture: true
|
show_entity_picture: true
|
||||||
style:
|
style:
|
||||||
@@ -182,7 +182,7 @@ elements:
|
|||||||
- height: 45px
|
- height: 45px
|
||||||
tap_action:
|
tap_action:
|
||||||
action: navigate
|
action: navigate
|
||||||
navigation_path: /ai-yml/ai-cam13
|
navigation_path: /ai-yml/ai-cam12
|
||||||
|
|
||||||
# 12,31,50,69,88
|
# 12,31,50,69,88
|
||||||
# 14,38,62,86
|
# 14,38,62,86
|
||||||
|
|||||||
Reference in New Issue
Block a user