Releases: quielb/hass-airscape
Airscape v1.0
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
What's Changed
- Master by @allenhutchison in #22
New Contributors
- @allenhutchison made their first contribution in #22
Full Changelog: v0.1.9.5.1...v0.1.9.5.2
v0.1.9.5.1
Full Changelog: v0.1.9.5...v0.1.9.5.1
Bump pypi airscape
Fix missing Attributes
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
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
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
Merge pull request #6 from quielb/enable-timer Add timer service and cleanup docs