| I am still at the early stages of understanding of HA design / architecture. Is there a way to declare or script configuration flows?
I have come across the statement below on https://github.com/home-assistant/architecture/blob/master/adr/0010-integration-configuration.md#decision
Integrations that communicate with devices and/or services are only configured via the UI. In rare cases, we can make an exception
Given my superficial understanding of HA, it would seem intentional effort to prevent from programatic configuration of devices and services. That sounds too suprising, that I am certain I have missed something.
Could anyone point to an example either on how to define configuration flows?
|