mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 10:06:33 -05:00
* Allow setting if we support multiple config entries in config flow * Move property to config flow instead of flow handler * Move marking an integration as single instance only to manifest * Revert line remove * Avoid init a config flow or adding a new entry on a single instance with an entry * Revert changes in test * Process code review comments * Apply code review suggestion