feature-requests
feature-requests copied to clipboard
Delayed initialization I2C bus
Describe the problem you have/What new integration you would like Is it possible to integrate in the code an option where the time delay of initialization of the i2c bus would be set?
i2c:
sda: "$i2c_sda_pin"
scl: "$i2c_scl_pin"
scan: True
delay: 300ms # delay after boot
Please describe your use case for this integration and alternatives you've tried:
Additional context
SOLUTION: https://community.home-assistant.io/t/delayed-initialization-i2c-bus/659101/5
Correct link: https://community.home-assistant.io/t/delayed-initialization-i2c-bus/659101/5
That's not a solution, that's a workaround. And it would be nice if priorities aren't hardcoded since there is a feature called: "on_boot"