Skip to content

Releases: asev/homeassistant-helios

New HA versions support

07 Nov 22:03
d435dfb
Compare
Choose a tag to compare
Merge pull request #14 from marko2276/master

Support for new fan integration in home assistent core

Versioning at manifest.json

03 Dec 21:19
6689bfb
Compare
Choose a tag to compare
Merge pull request #6 from anekinloewe/master

Update README.md with another tested device, fix version bug, enhance start boost mode

Configuration via UI

08 Nov 21:09
Compare
Choose a tag to compare

🚨 Reinstall via UI after upgrade.

No need to add configs in .yaml files.
Add and configure the integration at Configuration > Integration.

Every entity starts with the name of the integration

22 Jun 19:37
Compare
Choose a tag to compare

🚨 Some entities might have new ids after upgrade.
⚠️ Boost switch removed. helios.fan_boost service added instead.

Here is template switch for legacy boost switch:

switch:
  - platform: template
    switches:
      ventilation_boost:
        friendly_name: Ventilation 1hr boost
        icon_template: 'mdi:party-popper'
        value_template: "{{ states('sensor.helios_boost_time') | int > 0 }}"
        turn_on:
          service: helios.fan_boost
          data:
            entity_id: fan.helios
            duration: 60
            speed: high
        turn_off:
          service: helios.fan_boost
          data:
            entity_id: fan.helios
            duration: 0
            speed: high

Fixed deprecations of HA 0.110

20 May 18:21
Compare
Choose a tag to compare
v0.2.1

SwitchDevice is deprecated from HA 0.100

Boost mechanism

05 Apr 12:11
Compare
Choose a tag to compare
v0.2

Boost mechanism added

First release

04 Apr 11:28
0a0e18f
Compare
Choose a tag to compare
Poll filter change sensor

otherwise it won't be updated