ha_gpiod icon indicating copy to clipboard operation
ha_gpiod copied to clipboard

Cover integration is broken since last week checkins

Open tomer-w opened this issue 4 months ago • 0 comments

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.

tomer-w avatar Oct 06 '24 05:10 tomer-w