This card is dedicated to the Versatile Thermostat integration which is available in HACS also and here.
This card is based on the beautiful (Better Thermostat UI Card)[https://github.com/KartoffelToby/better-thermostat-ui-card]. It adds some feature so that you can use Versatile Thermostat directly from the card. A big thanks to @KartoffelToby for this Better Thermostat UI Card.
When presence is detected:
When security is detected:
When activity is detected:
When overpowering is detected:
When window open is detected:
When window bypass is activated:
With all status icons:
The card configuration:
- Add versatile_thermostat support for showing the extra status
- Improve the UI for Touch devices
For installation you should have HACS installed. Then add this repository https://github.com/jmcollin78/versatile-thermostat-ui-card in HACS and install the card. You have to reload you browser after installation.
Then you can add the new card into your dashboard.
Note: those options should be improved with official release
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | custom:versatile-thermostat-ui-card |
entity | string | Required | The entity id of climate entity (must be a versatile_thermostat entity). Example: climate.hvac |
disable_window | boolean | optional | turn off the window open indicator |
disable_overpowering | boolean | optional | turn off the overpowering indicator |
disable_heat | boolean | optional | turn off the on/heat button |
disable_cool | boolean | optional | turn off the on/cool button |
disable_heat_cool | boolean | optional | turn off the on/heat_cool button |
disable_auto | boolean | optional | turn off the on/auto button |
disable_dry | boolean | optional | turn off the on/dry button |
disable_fan_only | boolean | optional | turn off the on/fan_only button |
disable_off | boolean | optional | turn off the off button |
disable_buttons | boolean | optional | turn off the plus/minus buttons |
disable_security_warning | boolean | optional | turn off the security warning (when a temperature sensor is out) |
name | string/boolean | optional | override the default entity name |
set_current_as_main | boolean | optional | Exchange target temperature and room temperature |
Example:
type: custom:versatile-thermostat-ui-card
entity: climate.thermostat_switch_1
disable_window: false
disable_overpowering: false
disable_heat: false
disable_cool: false
disable_heat_cool: false
disable_auto: false
disable_dry: false
disable_fan_only: false
disable_menu: false
disable_off: false
disable_security_warning: false
set_current_as_main: true
disable_buttons: false
name: Chambre
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
- it
- nl
- no
- pl
- pt
- ro
- ru
- sv
- sl
- sk
- tr
- uk