1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-16 08:50:00 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
G Johansson
3c3f512583 Remove setup_platform for demo () 2023-10-15 23:12:41 +02:00
Erik Montnemery
39208a3749 Remove unsupported vacuum service handlers ()
* Prevent implementing unsupported vacuum service handlers

* Remove unsupported service handlers

* Update test
2023-07-10 15:03:40 +02:00
Erik Montnemery
96c71b214f Check supported features in calls to vacuum services ()
* Check supported features in vacuum services

* Update tests

* Add comment
2023-07-10 13:05:47 +02:00
Erik Montnemery
9a3077d64a Always setup demo platforms with device support from config entry ()
* Always setup demo platforms with device support from config entry

* Adjust test fixutres

* Update tests depending on the demo integration
2023-06-14 16:50:35 +02:00
Ville Skyttä
ced67e5800 Import util.dt as dt_util in components/[a-d]* () 2023-05-30 00:02:06 +03:00
epenet
3052de3e8e Add type hints to integration tests (d-e) () 2023-02-08 13:01:44 +01:00
Erik Montnemery
6b9447e3a2 Fix threading error in demo vacuum () 2021-12-17 12:45:53 +01:00
Paulus Schoutsen
276f3afb00 Do async_setup_platform in background ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-05-31 22:18:30 -07:00
Erik Montnemery
d3ed80cf53 Rename VacuumDevice to VacuumEntity () 2020-04-26 02:11:08 +02:00
Franck Nijhof
476072927a Collection of random test improvements () 2020-04-06 10:09:44 -07:00
Franck Nijhof
906385172a String formatting improvements for tests () 2020-04-05 00:26:08 +02:00
Paulus Schoutsen
9aa02e35a7 Entity Component to no longer generate automatic groups () 2020-01-07 17:30:53 +01:00
Bas Nijholt
e4e9cdce73 use isort to sort imports according to PEP8 for demo () 2019-12-08 22:29:27 +05:30
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
Aaron Bach
9e36448f03 Add area support to vacuum service schemas ()
* Add area support to vacuum service schemas

* Fixed tests

* De-couple platform schemas
2019-07-24 08:29:08 +02:00
Paulus Schoutsen
1ddc249989 Consolidate more platforms ()
* Consolidate final platforms

* Fix some tests

* Fix more tests

* Fix more tests
2019-03-23 20:22:35 -07:00