hass-core/tests/components/shelly
Maciej Bieniek 17050a3286
Add support for Shelly Gas Valve addon (#98705)
* Support Gas Valve

* Treat opening and closing as open

* Use set_state()

* Change entity icon and name

* Add valve state sensor

* Closing == closed

* Add translations for valve state entity

* Valve state -> Valve status

* Add tests; use control_result

* Fix mypy error

* Add missing "valve" to the Mock

* Improve docstrings

* Fix climate platform tests

* Increase test coverage

* Add mising return
2023-08-22 11:53:52 +03:00
..
bluetooth
__init__.py
conftest.py Add support for Shelly Gas Valve addon (#98705) 2023-08-22 11:53:52 +03:00
test_binary_sensor.py
test_button.py
test_climate.py Add support for Shelly Gas Valve addon (#98705) 2023-08-22 11:53:52 +03:00
test_config_flow.py
test_coordinator.py Only create an issue if push updates fail 5 times in a row for Shelly gen1 devices (#98747) 2023-08-21 22:27:36 +02:00
test_cover.py
test_device_trigger.py
test_diagnostics.py
test_init.py
test_light.py
test_logbook.py
test_number.py
test_sensor.py
test_switch.py Add support for Shelly Gas Valve addon (#98705) 2023-08-22 11:53:52 +03:00
test_update.py
test_utils.py