Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- decluttering_templates:
- room_header:
- card:
- type: vertical-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- icon: mdi:arrow-left
- tap_action:
- action: navigate
- navigation_path: ./default_view
- - type: conditional
- conditions:
- - entity: '[[entity]]_temperature'
- state_not: unavailable
- card:
- type: horizontal-stack
- cards:
- - type: custom:modern-circular-gauge-badge
- entity: '[[entity]]_temperature'
- needle: true
- show_state: true
- show_icon: true
- show_name: true
- unit: °C
- min: 10
- max: 40
- smooth_segments: true
- name: Temperature
- segments:
- - from: 10
- color:
- - 0
- - 230
- - 230
- - from: 17
- color:
- - 0
- - 200
- - 0
- - from: 22
- color:
- - 230
- - 180
- - 0
- - from: 30
- color:
- - 230
- - 0
- - 0
- - type: custom:modern-circular-gauge-badge
- entity: '[[entity]]_humidity'
- needle: true
- show_state: true
- show_icon: true
- show_name: true
- unit: '%'
- min: 0
- max: 100
- smooth_segments: true
- name: Humidity
- segments:
- - from: 0
- color:
- - 0
- - 230
- - 230
- - from: 30
- color:
- - 0
- - 200
- - 0
- - from: 60
- color:
- - 230
- - 0
- - 0
- - type: custom:mushroom-title-card
- title: '[[room_name]]'
Advertisement
Add Comment
Please, Sign In to add comment