Baael / better-thermostat-ui-card

a custom card for a better thermostat in home assistant based on ai_thermostat intigration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version - 1.0.3 Discord hacs_badge

UI Card for Better Thermostat

This project is in an early stage of development. It's a 1:1 adaptation of the default HA Thermostat Card, but with some improvements for the custom better_thermostat integration. (you need at least 1.0.0)

As for now the main improvement is the ability to see the extra status from better_thermostat like if a window open is detected, or nightmode is on or summer mode.

Better Thermostat UI Card

Goals

  • Add better_thermostat support for showing the extra status
  • Improve the UI for Touch devices
  • Show also the Humidity in the UI

Options

Name Type Default Description
type string Required custom:better-thermostat-ui-card
entity string Required The entity id of climate entity (must be a better_thermostat entity). Example: climate.hvac
eco_temperature number optional target temp for night/away/eco mode triggerd by ui button
disable_window boolean optional turn off the window open indicator
disable_summer boolean optional turn off the summer indicator
disable_heat boolean optional turn off the on/heat button
disable_eco boolean optional turn off the eco button
disable_off boolean optional turn off the off button
name string/boolean optional override the default entity name, us false to

Help wanted!

It would be awsome if you help me to translate this card to other languages.

Create a PR, the Translation is done in json files checkout the en translation here

Please add your language to this list as well while you are making your PR. Put it in alphabetical order and according to ISO 639-1.

What we have so far:

  • en - Reference
  • bg
  • ca
  • cn
  • cs
  • da
  • de
  • el
  • es
  • fi
  • fr
  • hu
  • nl
  • no
  • pl
  • pt
  • ro
  • ru
  • sv
  • sl
  • sk
  • tr
  • uk

Support me

About

a custom card for a better thermostat in home assistant based on ai_thermostat intigration


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%