1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-15 09:17:10 +00:00

20 Commits

Author SHA1 Message Date
epenet
2d2f5de191
Improve type hints in blueprint tests () 2024-06-10 08:49:18 +02:00
epenet
b54a68750b
Add type hints for FixtureRequest in tests () 2024-06-04 10:37:54 +02:00
karwosts
6e5dcd8b8d
Support in blueprint schema for input sections ()
* 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
Joost Lekkerkerker
6bb4e7d62c
Bump ruff to 0.3.4 ()
Co-authored-by: Sid <27780930+autinerd@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-03-26 00:02:16 +01:00
Marc Mueller
32f3f46542
Add empty line after module docstring (2) [tests.components] () 2024-03-08 19:16:21 +01:00
Paulus Schoutsen
1cfbdd6a5d
Allow overriding blueprints on import ()
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-11-25 11:49:50 +01:00
epenet
0cf5e9fb4a
Add type hints to integration tests (part 2) ()
* Add type hints to integration tests (part 2)

* typo

* Improve analytics

* Improve automation

* Imrpove bluetooth
2023-02-10 16:05:26 +01:00
epenet
4142f0d15d
Add return type to tests without arguments ()
* Add return type to tests without arguments

* Black

* Cancel fixture amends
2023-02-07 14:20:06 +01:00
Franck Nijhof
24fdd588fd
Code styling tweaks to the tests - Part 1 () 2023-01-20 13:52:46 +01:00
Erik Montnemery
284893d942
Fix reload of automation and scripts when blueprint changed () 2022-10-14 16:43:09 +02:00
Erik Montnemery
2ba0f42acc
Prevent deleting blueprints which are in use () 2022-09-14 16:47:08 +02:00
Franck Nijhof
fa09cf663e
Update black to 22.1.0 () 2022-02-05 14:19:37 +01:00
Franck Nijhof
65cf2fcb6f
Drop asynctest () 2021-01-01 22:31:56 +01:00
Paulus Schoutsen
1c9c99571e
Use !input instead of !placeholder ()
* Use !input instead of !placeholder

* Update input name

* Lint

* Move tests around
2020-12-01 18:21:36 +01:00
Paulus Schoutsen
cb96bd9d0b
Blueprint config to override blueprint () 2020-11-28 13:19:58 +01:00
Paulus Schoutsen
e1de36fda8
Fix check config () 2020-11-26 22:25:21 +01:00
Bram Kragten
8533d9cae0
Add default to inputs () 2020-11-25 20:05:43 +01:00
Paulus Schoutsen
43ba053030
Add support for checking minimum HA version () 2020-11-20 15:24:42 +01:00
Bram Kragten
1c7080d5c5
Add save and delete WS commands to blueprints ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-11-11 23:32:46 +01:00
Paulus Schoutsen
0fb587727c
Add initial blueprint support ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-02 15:00:13 +01:00