Thermostat Popup
Thermostat popup¶

Card compatibility¶
This popup is displayed using hold_action and it is compatible with the following cards/chips :
- card_thermostat
Variables¶
| Variable | Example | Required | Explanation |
|---|---|---|---|
| ulm_card_thermostat_preset_mode | true | no | Switch to Preset Mode |
How to use¶
To enable this popup, add the variable ulm_card_thermostat_enable_popup and set to true.
Warning
This is a different approach as the other popup_cards use.
For example :
- type: "custom:button-card"
template: card_thermostat
entity: climate.thermostat
variables:
ulm_card_thermostat_enable_popup: true
ulm_card_thermostat_preset_mode: true
Credits¶
- Designed by schumijo