Created
April 2, 2023 22:33
-
-
Save NeilHanlon/83d6e2cdc6eb83cb205b617f80c2a7c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
views: | |
- theme: Backend-selected | |
title: Home | |
type: sidebar | |
badges: [] | |
cards: | |
- type: horizontal-stack | |
cards: | |
- type: vertical-stack | |
cards: | |
- type: history-graph | |
entities: | |
- entity: sensor.pinecil_operating_mode | |
title: Pinecil status | |
- type: custom:mini-graph-card | |
hours_to_show: 0.5 | |
points_per_hour: 200 | |
line_width: 2 | |
unit: °C | |
animate: true | |
aggregate_func: last | |
labels: true | |
entities: | |
- entity: sensor.pinecil_tip_temp | |
- entity: sensor.pinecil_set_temp | |
show_points: false | |
show_fill: false | |
- entity: sensor.pinecil_handle_temp | |
- type: custom:mini-graph-card | |
hours_to_show: 1 | |
points_per_hour: 100 | |
line_width: 2 | |
unit: Watts | |
animate: true | |
entities: | |
- sensor.pinecil_est_watts | |
- type: custom:auto-entities | |
card: | |
type: glance | |
filter: | |
include: | |
- entity_id: sensor.pinecil_* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment