Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
269 stars 88 forks source link

Zigbee2MQTT / TuYa 2 Gang Remote buttons are not rendered #72

Closed mihai205 closed 1 year ago

mihai205 commented 1 year ago

Zigbee2MQTT / TuYa 2 Gang Remote On version 0.7.0 at least, remote buttons are not rendered. See image below. The blueprint needs to change x and y to at least 1 for it to work. image

Sian-Lee-SA commented 1 year ago

Ahh thanks for catching that. It's because 0 is also false. I'll change that in code

Sian-Lee-SA commented 1 year ago

Latest version just posted should fix this. Thanks