ha_gpiod
ha_gpiod copied to clipboard
Cover integration is broken since last week checkins
Just raising awareness here for what got discovered in the integration work done on the @thecode branch: https://github.com/thecode/ha-rpi_gpio/pull/281#issuecomment-2395018229
entity.is_on = True if value ^ active_low else False
will not work as in the cover case the entity
is null.