Tado Tadothermostat Popup Card by @whatdaybob
A custom popup lovelace card for use with my other card, the Tado Thermostat Card.
Depends on having @thomasloven's browser_mod installed.
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
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