Decorator Manager#818
Conversation
|
Thanks for all your work on this! I've merged the PR. Let's target the release of 2.0 in May. It would be great if some users can try it out before we do the release. |
|
I will try this out, but I also want to test the documentation. Will there be any changes to the documentation? Any usage changes? Code structures changed for the end-user? |
|
@ALERTua no changes are needed in user code. |
|
one more: triggered for @mqtt_trigger('zigbee2mqtt_slzb/xiaomi_wireless_button_2', "payload_obj['action'] == 'single'")
def button_2_single(trigger_type=None, var_name=None, value=None, old_value=None, context=None, **kwargs):
log.debug(f"button_2_single")I cannot reproduce this 100% of the presses. Maybe the button randomly sends malformed payloads. Disregard until an issue is raised, I guess. |
|
Also, the logs are littered with debug trigger prints for eeevery trigger triggered and skipped. While I like this, it would be nice to have the default logging level as I can post my observations as separate issues if you want. |
|
@ALERTua thanks for testing and for the feedback! I'd appreciate it if each issue could be reported separately. In any case, this is now in master, so feel free to open any issues. PS The first and second issues are the same. |


Clean PR with a single commit. Full description, discussion, and commit history are in #795.