Releases: xaviml/controllerx
v4.15.0b0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
Note: Some links might not work or might be not updated due to being a pre-release, and documentation is not yet available
✏️ Features
- Add
volume_set
predefined action forMediaPlayerController
. See here. - Add
tts
predefined action forMediaPlayerController
. See here.
Changes:
- 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.
v4.14.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
- Allow to pass parameters to predefined actions. You can check the parameters for each predefined action, and how to pass parameters in here. [ #78 ]
- Support for Light Group integration. To know how entity groups work, read here [ #330 ]
- Add option to read
unique_id
attribute for deCONZ integration. Read more about it here [ #333 ]
🕑 Performance
- Reduce calls to HA when entity is a group.
Changes:
- 074704c bump: version 4.14.0b1 → 4.14.0
- 44a471e Merge branch 'dev' into main
- 2778693 build(deps-dev): bump commitizen from 2.17.11 to 2.17.12 (#335)
- 84ac7b3 bump: version 4.14.0b0 → 4.14.0b1
- aeb8aab Merge branch 'feat/allow-unique-id-deconz' into dev
- 40f39a5 Merge branch 'dev' into feat/allow-unique-id-deconz
- 791dadb Merge branch 'dev' into feat/predefined-actions-params
- 69d80ea Merge pull request #331 from xaviml/feat/support-light-group
- 57f1740 docs(integration): add docs about deconz new attribute
listen_to
- d7175b4 refactor(tests): wrap_execution: change name because of a typo
See More
- 1f86856 test(integration): add tests for listen_changes methods
- a3b565b feat(integration): allow listen to unique id for deconz [ #333 ]
- 9b40c7b test(action_type): add unit tests for predefined action parameters
- a535e2c refactor(integ_tests): add entity_id to mocked attributes
- 572532a feat(action_type): allow parameters to predefined actions [ #78 ]
- 5622f30 bump: version 4.13.0 → 4.14.0b0
- 381952e feat(entity_groups): add support for more Group Integrations [ #330 ]
This list of changes was auto generated.
v4.14.0b1
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
Note: Some links might not work or might be not updated due to being a pre-release, and documentation is not yet available
✏️ Features
- Allow to pass parameters to predefined actions. You can check the parameters for each predefined action, and how to pass parameters in here. [ #78 ]
- Support for Light Group integration. To know how entity groups work, read here [ #330 ]
- Add option to read
unique_id
attribute for deCONZ integration. Read more about it here [ #333 ]
🕑 Performance
- Reduce calls to HA when entity is a group.
Changes:
- 84ac7b3 bump: version 4.14.0b0 → 4.14.0b1
- aeb8aab Merge branch 'feat/allow-unique-id-deconz' into dev
- 40f39a5 Merge branch 'dev' into feat/allow-unique-id-deconz
- 791dadb Merge branch 'dev' into feat/predefined-actions-params
- 69d80ea Merge pull request #331 from xaviml/feat/support-light-group
- 57f1740 docs(integration): add docs about deconz new attribute
listen_to
- d7175b4 refactor(tests): wrap_execution: change name because of a typo
- 1f86856 test(integration): add tests for listen_changes methods
- a3b565b feat(integration): allow listen to unique id for deconz [ #333 ]
- 9b40c7b test(action_type): add unit tests for predefined action parameters
See More
- a535e2c refactor(integ_tests): add entity_id to mocked attributes
- 572532a feat(action_type): allow parameters to predefined actions [ #78 ]
- 5622f30 bump: version 4.13.0 → 4.14.0b0
- 381952e feat(entity_groups): add support for more Group Integrations [ #330 ]
This list of changes was auto generated.
v4.14.0b0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
Note: Some links might not work or might be not updated due to being a pre-release, and documentation is not yet available
✏️ Features
- Support for Light Group integration. To know how entity groups work, read here
🕑 Performance
- Reduce calls to HA when entity is a group.
Changes:
- 5622f30 bump: version 4.13.0 → 4.14.0b0
- 381952e feat(entity_groups): add support for more Group Integrations [ #330 ]
This list of changes was auto generated.
v4.13.0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
🔨 Fixes
- Clean action handle when there is an error. This will help for error logging.
🎮 New devices
Changes:
- cfc44d0 bump: version 4.12.0 → 4.13.0
- b86e45d refactor(controller_base): change listen_changes to async
- 213012c fix(controller_core): clean action handle when there is an error
- b8f8856 build(deps-dev): bump mypy from 0.812 to 0.910 (#327)
- 891f112 build(deps-dev): bump commitizen from 2.17.8 to 2.17.11 (#328)
- 450c6bc build(deps-dev): bump isort from 5.8.0 to 5.9.1 (#326)
- 3846aac build(deps-dev): bump black from 21.5b2 to 21.6b0 (#320)
- 292ac0c docs(release-notes): update
- e134ea0 feat(device): add ZHA support for E1812 [ #324 ]
This list of changes was auto generated.
v4.12.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
supported_features
parameter to override the value from the entity attribute. Read more about it here.
🎮 New devices
- WXCJKG13LM - add ZHA support [ #311 ] @tnijkes
- W2049 - add deconz support [ #315 ]
Changes:
- 7f0658f bump: version 4.11.2 → 4.12.0
- c768f9f Merge branch 'dev' into main
- f62b65d feat(device): add deconz support for W2049 IKEA [ #315 ]
- c4328a9 feat(feature_support): add a default supported_feature value [ #314 ]
- 3fb56d2 Added ZHA integration support for WXCJKG13LMLightController (Aqara Apple 6 button remote). (#311)
- 42b1739 build(deps-dev): bump black from 21.5b1 to 21.5b2 (#312)
- bfe5716 build(deps-dev): bump pytest-cov from 2.12.0 to 2.12.1 (#313)
- 50b575c build(deps-dev): bump pre-commit from 2.12.1 to 2.13.0 (#308)
- c637835 build(deps-dev): bump commitizen from 2.17.6 to 2.17.8 (#310)
- 29ea85e docs(device): fix typo in z2m mapping for Philips929002398602
This list of changes was auto generated.
v4.11.2
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
🔨 Fixes
- Fix: AppDaemon error when using a constrain_input_select [ #307 ]
🕑 Performance
- Drop support for Python 3.6
- Add support for Python 3.9
Changes:
- 63d4069 bump: version 4.11.1 → 4.11.2
- 1d5197b docs(release_notes): update
- 80187b5 fix(controller): constraint_* not working properly [ #307 ]
- 71da24d perf(python): deprecate python 3.6 (#306)
This list of changes was auto generated.
v4.11.1
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
🔨 Fixes
- ValueError when render template is present in the entity name [ #305 ]
Changes:
- 1426788 bump: version 4.11.0 → 4.11.1
- 2935827 fix(type_controller): call render_template before calling get_state [ #305 ]
- e68e0d5 build(deps-dev): bump pytest-cov from 2.11.1 to 2.12.0 (#303)
- 02b7311 build(deps-dev): bump black from 21.4b2 to 21.5b1 (#302)
- cb8887f build(deps-dev): bump flake8 from 3.9.1 to 3.9.2 (#301)
- 819e5f3 build(deps-dev): bump pytest-mock from 3.6.0 to 3.6.1 (#300)
- c8bd117 build(deps-dev): bump commitizen from 2.17.4 to 2.17.6 (#299)
- 0aa51dc build(deps-dev): bump pytest from 6.2.3 to 6.2.4 (#298)
- 3a0ddd9 ci(hacs): add hacs validator action
This list of changes was auto generated.
v4.11.0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
🔨 Fixes
🎮 New devices
- 929003017102 - add device with Z2M and deCONZ support [ #276 ]
- E1812 - add deCONZ support [ #296 ] @schneekluth
Changes:
- c04aa28 bump: version 4.10.0 → 4.11.0
- 144ff1b style(black): fix format from #296
- d67afc9 Integration of E1812 Ikea Shortcut Button with Deconz (#296)
- 687e992 Merge branch 'dev' of github.com:xaviml/controllerx into dev
- 8e13089 feat(device): z2m support for RDM001 (Philips) [ #276 ]
- 3c68ed6 Upgrade to GitHub-native Dependabot (#293)
- e00e8af build(deps-dev): bump black from 20.8b1 to 21.4b2 (#291)
- 529786d style(typing): fix typing for defaultdicts
- 3ee7e4e docs(release_notes): add missing notes
- 646110b feat(device): add RDM001 (Philips) device with deCONZ support [ #276 ]
See More
- d1d5f37 ci(hacs): remove hacs compliant check
- a7f199a style(typing): fix Tuple typing
- 209bc95 fix(device): fix z2m mapping of W2049LightController [ #292 ]
- 65f449d build(deps-dev): bump commitizen from 2.17.2 to 2.17.4 (#286)
- abb353e fix typo (#280)
- 9ecf6c0 build(deps-dev): bump pytest-mock from 3.5.1 to 3.6.0 (#287)
- 9912938 build(deps-dev): bump black from 20.8b1 to 21.4b1 (#290)
- efa21f5 build(deps-dev): bump pre-commit from 2.12.0 to 2.12.1 (#282)
- 2b5a2f5 build(deps-dev): bump pytest-asyncio from 0.14.0 to 0.15.1 (#285)
- 90b9fe2 build(deps-dev): bump flake8 from 3.9.0 to 3.9.1 (#279)
- b5cd92d Merge branch 'dev' of github.com:xaviml/controllerx into dev
- 2130d6a docs(device): Fix WXCJKG13LM page
- ff94b60 build(deps-dev): bump commitizen from 2.17.0 to 2.17.2 (#277)
- b07a74d docs(contributing): add explanation for release notes usage
This list of changes was auto generated.
v4.10.0
This minor change does not contain any breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.
🎮 New devices
- HG06323 - add ZHA support [ #274 ] @Thomas55555
- TS0044 - add device with Z2M support [ #240 ]
Changes:
- bebabf7 bump: version 4.10.0b0 → 4.10.0
- 9bc4dc8 bump: version 4.9.0 → 4.10.0b0
- 38ee4b0 feat(device): add TS0044 TuYa device [ #240 ]
- 2045258 docs(release_notes): fix release notes
- 6345ea6 docs(release_notes): add device [ #274 ]
- 5ee7f2b add zha support for HG06323 (Lidl/Livarno) (#274)
- 99ce4af ci(deployment): add temporary changelog for release notes
This list of changes was auto generated.