1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-19 21:39:19 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Marc Mueller
921430d497
Import Generator from collections.abc (3) () 2024-07-01 12:09:11 +02:00
Marc Mueller
e5846fdffd
Update pydantic to 1.10.17 () 2024-06-21 10:16:36 +02:00
Marc Mueller
33ed4fd862
Import Generator from typing_extensions (3) () 2024-06-06 17:28:59 +02:00
epenet
3ac0fa53c8
Cleanup unused FixtureRequest in tests () 2024-06-04 11:49:21 +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
1722e23df8
Add empty line after module docstring [tests l-p] () 2024-03-08 14:55:15 +01:00
Sebastian Heiden
a260c11d4e
Fix LaMetric Config Flow for SKY ()
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-01 18:04:00 +02:00
Franck Nijhof
c4f92f5ad4
Cleanup use of test fixtures in LaMetric tests ()
Cleanup use of test fixture in LaMetric tests
2023-02-19 21:15:07 -05:00
Franck Nijhof
166160e2b5
Add LaMetric button tests () 2022-09-21 13:57:40 +02:00
Franck Nijhof
36eda3801d
Add LaMetric integration init tests () 2022-09-19 11:11:05 +02:00
Franck Nijhof
71cdc1645b
Refactor LaMetric integration ()
* Refactor LaMetric integration

* Use async_setup

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* use async_get_service

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/components/lametric/conftest.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/components/lametric/conftest.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Pass hassconfig

* Remove try/catch

* Fix passing hassconfig

* Use menu

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-18 00:49:11 +02:00