tadothermostat-popup-card

Tado Tadothermostat Popup Card by @whatdaybob

HACS Validate
CodeFactor
hacs_badge

A custom popup lovelace card for use with my other card, the Tado Thermostat Card.

Depends on having @thomasloven’s browser_mod installed.

Buy Me A Coffee

Configuration

Installation instructions

HACS installation:
Go to the hacs store and use the repo url https://github.com/whatdaybob/tadothermostat-popup-card and add this as a custom repository under settings.

Add the following to your ui-lovelace.yaml:

resources:
  url: /hacsfiles/tadothermostat-popup-card/tadothermostat-popup-card.js
  type: module

Manual installation:
Copy the .js file from the dist directory to your www directory and add the following to your ui-lovelace.yaml file:

resources:
  url: /local/tadothermostat-popup-card.js
  type: module

Main Options

Name Type Required Default Description
type string Required custom:tadothermostat-popup-card
entity string Required Entity of the tado climate integration (e.g climate.hallway)
heating string Required Heating sensor related to the climate entity
overlay string Required Overlay sensor related to the climate entity

Example configuration in lovelace-ui.yaml with use of browser_mod (https://github.com/thomasloven/hass-browser_mod).

popup_cards:
  climate.master_bedroom:
  title: ""
  large: false
    card:
      type: custom:tadothermostat-popup-card
      entity: climate.master_bedroom
      heating: sensor.master_bedroom_heating
      overlay: sensor.master_bedroom_overlay
      title: Master Bedroom

FYI: browser_mod replaces any more-info for the climate entity globally

Screenshot of popup
Screenshot of popup in off state
Screenshot of popup setting temperature
Screenshot of popup dynamic temperature background
Screenshot of popup with manual override

Visit original content creator repository
https://github.com/whatdaybob/tadothermostat-popup-card

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *