mrwiwi / tydom2mqtt

Link between a Delta Dore's Tydom Hub and and a MQTT broker, unofficial of course.
MIT License
28 stars 17 forks source link

Code ARM Required not correct #35

Closed fransiouz closed 2 years ago

fransiouz commented 3 years ago

Can you update the condition in alarm_control_panel to unable the pin code on HA when we set a pin code in the config? The condition is not good. The code arm required is set to true when self.alarm_pin == None That's not correct. It should be set to true when self.alarm_pin != None