Skip to content

v1.2.1

Compare
Choose a tag to compare
@artem-sedykh artem-sedykh released this 09 Jun 21:17
10787f5

v1.2.1

Downloads

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

image

  • Added the ability to make buttons on the main screen
- type: custom:mini-climate
  entity: climate.dahatsu
  fan_mode:
    location: main

image

This rule also applies to buttons.

- type: custom:mini-climate
  entity: climate.dahatsu
  buttons:
    custom_button:
      location: main

image

With these settings, the data may not fit on the mobile version!