hass-core/tests/components/fronius/const.py
Matthias Alphart d2ffecbca4
Tests for the Fronius integration (#57269)
* tests for a Symo inverter system

* update testing requirement

* add tests for energy meter data

* move response JSONs to fixture directory

* add storage system response

* review suggestion
2021-11-05 19:27:17 +01:00

4 lines
84 B
Python

"""Constants for Fronius tests."""
DOMAIN = "fronius"
MOCK_HOST = "http://fronius"