Erik Montnemery
ad15786115
Add support for subentries to config entries (#117355)
* Add support for subentries to config entries
* Improve error handling and test coverage
* Include subentry_id in subentry containers
* Auto-generate subentry_id and add optional unique_id
* Tweak
* Update tests
* Fix stale docstring
* Address review comments
* Typing tweaks
* Add methods to ConfigEntries to add and remove subentry
* Improve ConfigSubentryData typed dict
* Update test snapshots
* Adjust tests
* Fix unique_id logic
* Allow multiple subentries with None unique_id
* Add number of subentries to config entry JSON representation
* Add subentry translation support
* Allow integrations to implement multiple subentry flows
* Update translations schema
* Adjust exception text
* Change subentry flow init step to user
* Prevent creating a subentry with colliding unique_id
* Update tests
* Address review comments
* Remove duplicaetd unique_id collision check
* Remove change from the future
* Improve test coverage
* Add default value for unique_id
2024-12-12 20:16:18 +01:00
..
2024-12-11 11:51:16 +01:00
2024-11-02 22:15:56 -05:00
2024-10-24 13:34:51 +02:00
2024-11-26 15:37:31 +01:00
2024-11-26 15:37:31 +01:00
2024-12-12 20:16:18 +01:00
2024-10-26 07:00:31 +02:00
2024-11-28 11:20:44 +01:00
2024-10-11 13:43:20 +02:00
2024-11-27 14:45:53 +01:00
2024-12-09 23:03:55 +01:00
2024-12-12 16:01:57 +01:00
2024-11-21 16:01:36 +01:00
2024-10-30 12:43:41 +01:00
2024-11-26 09:59:41 -06:00
2024-11-27 18:04:08 +01:00
2024-10-30 12:43:41 +01:00
2024-11-15 12:35:09 +01:00
2024-11-06 23:28:01 +01:00
2024-11-27 10:24:06 +01:00
2024-12-01 16:53:06 +01:00
2024-12-06 06:54:21 -08:00
2024-12-02 14:40:13 +01:00
2024-11-21 20:46:03 +01:00
2024-11-23 18:58:24 +01:00