Temperature Hetmap for Home Assistant v1.0
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 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.
Hey dude! Help me out for a couple of 🍻 or a ☕!
- Spaghetti code
- Need a lot of small feature that i plan
- Now with fahrenheit!
- Anyway... it works!
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)
- Download
temperature-heatmap-card.js
, place it in yourconfig/www
directory. - Add
/local/temperature-heatmap-card.js
in your Resource config, type ofJavaScript Module
.
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.
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
day_trend: true/false
day_forecast: true/false add forecast
forecast_entity: enter a weather forecast sensor
force_fahrenheit: true/false
temp_adj: numeric_value (+- adj temperture of forecast by the value entered)
decimal_point: true/false
My real name is Vanni Brutto, for friends... just call me Zanac
- Home Assistant
- kandsten that make ha-heatmap-card that i use to get some idea of how to implement my card https://github.com/kandsten/ha-heatmap-card/