Skip to content

Commit

Permalink
docs(release_notes): add click/hold modes feature
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Sep 4, 2021
1 parent 3f13f04 commit 6f489ac
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ _This minor change does not contain any breaking changes._
_Note: Remember to restart the AppDaemon addon/server after updating to a new version._
PRERELEASE_NOTE

:warning: You must use Home Assistant 2021.4 or higher for this release to be working properly.

## :pencil2: Features

- Add `volume_set` predefined action for `MediaPlayerController`. See [here](https://xaviml.github.io/controllerx/advanced/predefined-actions#media-player).
- Add `tts` predefined action for `MediaPlayerController`. See [here](https://xaviml.github.io/controllerx/advanced/predefined-actions#media-player).
- Add `supported_color_modes` attribute to Light controller. It allows to define the supported color mode as defined in [HA documentation](https://developers.home-assistant.io/docs/core/entity/light)
- Add click/hold modes to loop and bounce an attribute. Read more about it [here](https://xaviml.github.io/controllerx/advanced/hold-click-modes)[ #204 ]

<!--
## :hammer: Fixes

- Stop reading supported color mode from `supported_features`, and read it from `supported_color_modes` light entity attribute. [ #342 ]
-->

<!--
## :clock2: Performance
Expand All @@ -26,10 +22,12 @@ PRERELEASE_NOTE
## :scroll: Docs
-->

<!--
## :wrench: Refactor
-->

- Refactor some internal code to allow feature #204

<!--
## :video_game: New devices
- [ZS230002](https://xaviml.github.io/controllerx/controllers/ZS230002) - add Z2M support [ #347 ] @kloodhu
-->

0 comments on commit 6f489ac

Please sign in to comment.