Skip to content

zanac/temperature-heatmap-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Heatmap card for Home Assistant

Temperature Hetmap for Home Assistant v0.9.3 image

Custom card enabling Temperature Heat maps in Home Assistant. Makes it simple to visualize the temperature data in your Home Assistant, as a heatmap, in a very cool way.

About this card

  • About trend icon algorithm: icons show the trend of the day compared previous two days. It's not the right way, it's just a naif implementation.
  • About humidity: heatmap scale for humidity is not complete, it's just a POC!
  • About footer labels: footer is in English format, sorry.

Support

Hey dude! Help me out for a couple of 🍻 or a ☕!
coffee

Current state?

  • Spaghetti code
  • Need a lot of small feature that i plan
  • Anyway... it works!

Installation

HACS

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

If you use HACS as-is, this card can be added as a custom repository. (As always, you should be careful with software which lets you pull random code from the Internet and run it)

Manual install

  • Download temperature-heatmap-card.js, place it in your config/www directory.
  • Add /local/temperature-heatmap-card.js in your Resource config, type of JavaScript Module.

Configuration using the GUI

Just add a temperature sensor a card title and play with options! The preview, sorry, don't work you should save after change an option. image

Configuration using YAML

Minimal example

type: custom:temperature-heatmap-card
entity: sensor.your_sensor
title: Card Title
month_label: true/false
day_label: true/false
footer: true/false

About me

My real name is Vanni Brutto, for friends... just call me Zanac

General thanks