Skip to content

Releases: quielb/hass-airscape

Airscape v1.0

25 Aug 16:59
6b7ea3d
Compare
Choose a tag to compare

BREAKING CHANGE: YAML configuration is no longer supported. For any version prior to 1.0 YAML config needs to be removed before updating this integration.

The Airscape component has a complete overhaul. It has been modernized to reflect the new design of integrations. The addition of this integration to Home Assistant is now done through the UI and YAML configuration is no longer supported. The additional data the fan provides has been moved from component attributes to device sensors and controls, all managed through the UI. The Readme has been updated detailing all the changes.

v0.1.9.5.2

14 Jul 18:31
1c833e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.9.5.1...v0.1.9.5.2

v0.1.9.5.1

21 Jun 18:21
Compare
Choose a tag to compare

Bump pypi airscape

29 May 17:57
6d259b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9.4...v0.1.9.5

Fix missing Attributes

21 May 23:54
89e4dc1
Compare
Choose a tag to compare

What's Changed

  • Update for missing attributes because of deprecated function by @quielb in #17
  • Update info.md by @quielb in #18

Full Changelog: v0.1.9.3...v0.1.9.4

Revert removal of custom services

24 May 02:40
81f93a3
Compare
Choose a tag to compare

Reverted the removal of custom services airscape.slow_down and airscape.speed_up. The built in service fan.decrease_speed allows the fan to be turned off if fan.decreased_speed is at the minimum speed.

Since my use case is to control the speed of the fan based on deltaT there would be a common occurrence of the fan getting turned off by fan.decreased_speed which would case the fan to cycle on and off all night.

Dynamic Max Speed

24 May 01:30
ecc24f4
Compare
Choose a tag to compare

Update component to determine max speed from device instead of a static 10 speeds. Will allow for correct function in front end.

Update Platform to support new speed percentage model.

Add timer control in component

11 Apr 23:49
92f4ee1
Compare
Choose a tag to compare
Merge pull request #6 from quielb/enable-timer

Add timer service and cleanup docs

v0.1.0: Merge pull request #3 from quielb/hass-integration

14 Feb 02:01
df464fe
Compare
Choose a tag to compare