Hi James,
Thanks for reaching out! The digital inputs are indeed supported in HA. They’re implemented under the entity name `opto_in` since they are based on opto coupling. There were missing from the README.md, but they are now added in here too.
Depending on your use case, you may also want to change the `update_interval` from the default 30s to something smaller.
YAML:
SMmultiio:
- stack: 0
opto_in:
chan_range: "1..4"
update_interval: 5
Let me know if you have any more questions or need further assistance!
Best regards,
Vlad