v4.15.0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
✏️ Features
- Add
volume_set
predefined action forMediaPlayerController
. See here. - Add
tts
predefined action forMediaPlayerController
. See here. - Add
supported_color_modes
attribute to Light controller. It allows to define the supported color mode as defined in HA documentation
🔨 Fixes
- Stop reading supported color mode from
supported_features
, and read it fromsupported_color_modes
light entity attribute. [ #342 ]
🎮 New devices
Changes:
- a152b6b bump: version 4.15.0b1 → 4.15.0
- ce47062 ci(codeql): change setup-python-dependencies argument
- bdbcfdf ci(codeql): remove --system flag to pipenv
- 99c98cf ci(codeql): add pipenv and install dependencies
- a3cb355 Create codeql-analysis.yml
- 76634ba Merge branch 'dev' of github.com:xaviml/controllerx into dev
- 4fbf31d docs(readme): update badge images
- d25de8c build(deps): bump appdaemon from 4.0.8 to 4.1.0 (#348)
- fca1f7c refactor(colors): send
xy_color
as a list - aa61a49 docs(release_notes): update notes [ #347 ]
See More
- a00d568 feat(device): add Z2M support for ZS230002 (Linkind) [ #347 ]
- 8298dc1 bump: version 4.15.0b0 → 4.15.0b1
- 69932a0 Merge branch 'dev' of github.com:xaviml/controllerx into dev
- 228d450 build(deps-dev): bump pre-commit from 2.13.0 to 2.14.0 (#343)
- 203782d build(deps-dev): bump black from 21.6b0 to 21.7b0 (#339)
- 4f7693e build(deps-dev): bump isort from 5.9.2 to 5.9.3 (#341)
- db0ebf4 build(deps-dev): bump commitizen from 2.17.12 to 2.18.0 (#345)
- cc23733 fix(light_controller): read from
supported_color_modes
instead ofsupported_features
[ #342 ] - 3dcfbb5 bump: version 4.14.0 → 4.15.0b0
- 71c4bad build(deps-dev): bump isort from 5.9.1 to 5.9.2 (#336)
- 501cc8a feat(predefined-action): add
tts
action to MediaPlayerController - 9d48e8f feat(predefined-action): add
volume_set
action to MediaPlayerController
This list of changes was auto generated.