mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Like is said, BS
This commit is contained in:
@@ -77,9 +77,36 @@ cards:
|
||||
{% endif %}
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:mushroom-entity-card
|
||||
- type: custom:mushroom-template-card
|
||||
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
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
|
||||
@@ -3,13 +3,13 @@ path: nws-alerts
|
||||
icon: mdi:cloud-alert
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
#########################################################################################
|
||||
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: sensor.nws_alerts_alerts
|
||||
- entity: sensor.nws_alerts
|
||||
state_not: "0"
|
||||
card:
|
||||
type: markdown
|
||||
|
||||
@@ -181,15 +181,7 @@ cards:
|
||||
action: more-info
|
||||
|
||||
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
|
||||
primary: |-
|
||||
{% set time = now().hour %}
|
||||
|
||||
@@ -167,7 +167,7 @@ elements:
|
||||
#button #4
|
||||
- type: "custom:button-card"
|
||||
color: auto
|
||||
entity: camera.frigate_cam13
|
||||
entity: camera.frigate_cam12
|
||||
show_name: false
|
||||
show_entity_picture: true
|
||||
style:
|
||||
@@ -182,7 +182,7 @@ elements:
|
||||
- height: 45px
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /ai-yml/ai-cam13
|
||||
navigation_path: /ai-yml/ai-cam12
|
||||
|
||||
# 12,31,50,69,88
|
||||
# 14,38,62,86
|
||||
|
||||
Reference in New Issue
Block a user