Guest User

Untitled

a guest
Sep 20th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. type: custom:stack-in-card mode: vertical cards: - type: custom:stack-in-card mode: horizontal cards: - type: custom:mushroom-entity-card entity: sensor.living_room_temperature name: Living Room hide_icon: true tap_action: action: navigate navigation_path: livingroom - type: custom:mushroom-chips-card chips: - type: light entity: light.living_room_lights use_light_color: false alignment: end } style: | ha-card { background-color: rgba(0,0,0,0); box-shadow: none; } - type: custom:mini-graph-card hours_to_show: 48 graph: line entities: - sensor.living_room_temperature show: state: false name: false icon: false color_thresholds: - value: 0 color: '#800080' - value: 50 color: '#0000FF' - value: 70 color: '#008000' - value: 74 color: '#FFFF00' - value: 75 color: '#FF6600' - value: 76 color: '#FF0000' - value: 78 color: '#FF69B4' points_per_hour: 1 style: | ha-card { border-radius: 20px; }
Advertisement
Add Comment
Please, Sign In to add comment