In reply to @laurynasp:matrix.org
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.
If anyone could point me to an example on how to define configuration flows, would be greatly appreciated
It used to be possible to use only yaml for configuring essentially everything, but there is continuous progress to remove that ability