core/tests/components/fully_kiosk
Erik Montnemery 7539cf25be
Don't require passing identifiers to DeviceRegistry.async_get_device (#96479)
* Require keyword arguments to DeviceRegistry.async_get_device

* Update tests

* Update tests

* Don't enforce keyword arguments
2023-07-13 13:39:25 -04:00
..
fixtures Support Fully Kiosk Browser device discovery via MQTT (#88109) 2023-02-15 11:11:04 +01:00
__init__.py
conftest.py
test_binary_sensor.py Import `util.dt` as `dt_util` in `components/[e-f]*` (#93758) 2023-05-30 00:00:11 +03:00
test_button.py Add entity translations to Fully Kiosk (#95368) 2023-06-27 17:41:41 +02:00
test_config_flow.py Remove incorrect constant usage in test (#91198) 2023-04-11 10:00:17 +02:00
test_diagnostics.py Don't require passing identifiers to DeviceRegistry.async_get_device (#96479) 2023-07-13 13:39:25 -04:00
test_init.py Verify that the MAC address that Fully Kiosk reported is usable (#94887) 2023-06-27 13:34:07 +02:00
test_media_player.py Add type hints to integration tests (part 7) (#87980) 2023-02-13 09:53:09 +01:00
test_number.py Import `util.dt` as `dt_util` in `components/[e-f]*` (#93758) 2023-05-30 00:00:11 +03:00
test_sensor.py Import `util.dt` as `dt_util` in `components/[e-f]*` (#93758) 2023-05-30 00:00:11 +03:00
test_services.py Add set_config service to Fully Kiosk Browser integration (#95318) 2023-06-27 20:42:18 +02:00
test_switch.py