Releases: asev/homeassistant-helios
Releases · asev/homeassistant-helios
New HA versions support
Versioning at manifest.json
Merge pull request #6 from anekinloewe/master Update README.md with another tested device, fix version bug, enhance start boost mode
Configuration via UI
🚨 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
🚨 Some entities might have new ids after upgrade.
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
v0.2.1 SwitchDevice is deprecated from HA 0.100
Boost mechanism
v0.2 Boost mechanism added
First release
Poll filter change sensor otherwise it won't be updated