core/tests/components/shelly
Shay Levy d2cc25cee6
Prevent connecting to a Shelly device that is already connected (#122105)
2024-07-18 15:27:03 -05:00
..
bluetooth Add monkeypatch type hints to shelly tests (#121057) 2024-07-03 12:08:40 +02:00
__init__.py Add support for Shelly virtual `boolean` component (#119932) 2024-07-10 23:51:51 +02:00
conftest.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_binary_sensor.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_button.py
test_climate.py
test_config_flow.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_coordinator.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_cover.py
test_device_trigger.py Use service_calls fixture in shelly tests (#120991) 2024-07-02 10:36:50 +02:00
test_diagnostics.py
test_event.py
test_init.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_light.py
test_logbook.py
test_number.py Add support for Shelly `number` virtual component (#121894) 2024-07-15 22:26:12 +02:00
test_select.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
test_sensor.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_switch.py Use parametrize in tests for Shelly `boolean` virtual component (#121895) 2024-07-13 15:27:17 +03:00
test_text.py Add support for Shelly `text` virtual component (#121735) 2024-07-12 12:58:21 +02:00
test_update.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
test_utils.py Fix `configuration_url` for Shelly device using IPv6 (#121939) 2024-07-15 08:31:44 +02:00
test_valve.py