v1.2.1
ADDED
- Add new secondary_info type:
hvac-action
#9
By default, translations from ha frontend
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info:
type: hvac-action
but you can customize your translations
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info:
type: hvac-action
source:
cooling: Охлаждение
You can set your own icon for each hvac-action
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info:
type: hvac-action
source:
cooling:
icon: 'mdi:snowflake'
name: Охлаждение
You can set your own icon for each hvac-action
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info:
type: hvac-action
source:
cooling:
icon: 'mdi:snowflake'
name: Охлаждение
Or you can use one permanent icon
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info:
type: hvac-action
icon: 'mdi:cached'
- Add new secondary_info type:
fan-mode-dropdown
#10
- type: custom:mini-climate
entity: climate.dahatsu
secondary_info: fan-mode-dropdown
- Added the ability to make buttons on the main screen
- type: custom:mini-climate
entity: climate.dahatsu
fan_mode:
location: main
This rule also applies to buttons.
- type: custom:mini-climate
entity: climate.dahatsu
buttons:
custom_button:
location: main
With these settings, the data may not fit on the mobile version!