home-assistant / architecture

Repo to discuss Home Assistant architecture
317 stars 100 forks source link

Loosen requirement in ADR10 how UI-based configuration is stored #749

Closed balloob closed 2 years ago

balloob commented 2 years ago

This is a small update to ADR010 to remove the implementation detail of how UI-based configuration is stored in the backend (previously: config flow, storage collection).

elupus commented 2 years ago

Looks good to me. Do we want to require backward yaml compat?

balloob commented 2 years ago

Nah, compatibility is not a goal. We just continue to support both as we do today.