core/homeassistant/components/blueprint
karwosts 6e5dcd8b8d
Support in blueprint schema for input sections (#110513)
* initial commit for sections

* updates

* add description

* fix test

* rename collapsed key

* New schema

* update snapshots

* Testing for sections

* Validate no duplicate input keys across sections

* rename all_inputs

* Update homeassistant/components/blueprint/models.py

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-05-29 13:13:01 +02:00
..
__init__.py
const.py Support in blueprint schema for input sections (#110513) 2024-05-29 13:13:01 +02:00
errors.py
importer.py
manifest.json
models.py Support in blueprint schema for input sections (#110513) 2024-05-29 13:13:01 +02:00
schemas.py Support in blueprint schema for input sections (#110513) 2024-05-29 13:13:01 +02:00
websocket_api.py