hass-core/tests/components/tibber
functionpointer 5bd2d27488
Fix Tibber get_prices when called with aware datetime (#123289)
* Tibber: Add extra test to expose aware/naive datetime issue

* Tibber: Fix get_prices action not working with aware datetimes

* Tibber: Simplify comparison

* Tibber: Combine timezone tests into single parametrized one

* Tibber: Split test again to prevent if statement
2024-10-02 08:43:31 +02:00
..
__init__.py
conftest.py
test_common.py
test_config_flow.py
test_diagnostics.py
test_init.py
test_notify.py
test_repairs.py Add helper functions for repair tests (#125886) 2024-09-14 03:31:44 +02:00
test_services.py Fix Tibber get_prices when called with aware datetime (#123289) 2024-10-02 08:43:31 +02:00
test_statistics.py