This minor change does not contain breaking changes.
✏️ Features
- Add
action_delay
attribute to the base controller to control when the action will be called (#59) - Add
excluded_actions
attribute to complementactions
(#63) - Add
add_transition
attribute to add a transition to light call services.
🔧 Refactor
- Add human-friendly readable logs (#62 )
🔨 Fixes
- Restrict entities to their domains (light and media players)
Changes:
- 9d48bbb bump: version 2.4.4b2 → 2.4.4
- be5d915 test(sync): fix sync tests
- c6fe31d fix(sync): Fixing sync action to work from on and off states for z2m
- 9275cf5 refactor(logs): add more human-friendly readable logs [ #62 ]
- 7347919 feat(controller): add
excluded_actions
attribute to base controller [ #63 ] - 24140ad bump: version 2.4.4b1 → 2.4.4b2
- 360e959 docs(E1810): add 1001 event when holding the center button
- 254bb44 feat(light_controller): add
add_transition
attribute - b96a2fb refactor(light_features): change loop to list comprehension
- 5db54ca refactor(pipfile): update dependencies
See More
- 6fc6342 bump: version 2.4.4b0 → 2.4.4b1
- 734795c feat(controller): add
action_delay
attribute to general controller to control when the action will be called [ #59 ] - 21b86c3 docs(controller): add example configuration to each controller page
- 33a5c1b fix(light): add transition just if the light supports it
- fa851b7 fix(type-controller): restrict light and media player controller to just control lights or media players
- 5cf787f fix(logs): change debug logs to info for better logging
- 4317df6 docs(examples): add aqara magic cube with z2m example
- fb0fe1a bump: version 2.4.3 → 2.4.4b0
- 454ff93 fix(light_controller): add transition to off and toggle #58
This list of changes was auto generated.