Hi,
I am using the HACS eNet integration with HA which works just fine. As I use classic turn knob switches with a sensor behind them which identifies as button eNet creates events such as initial_press and short_release for each turn (found in log as well). I set up an automation for turning on and off a meross socket so with any event i.e. turn (press or release) the socket will change its state. This worked fine until it stopped because in automation suddenly the event trigger “short_release” was unavailable. Error message: value must be one of [‘initial_press’] for dictionary value @ data[‘type’]
configuration looks like this:
- device_id: XXX
domain: enet
platform: device
type: short_release
subtype: 1
unique_id: XXX
Any ideas or is this a bug that came with an update of HA ?