mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00

* 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
5 lines
84 B
Python
5 lines
84 B
Python
"""Constants for Fronius tests."""
|
|
|
|
DOMAIN = "fronius"
|
|
MOCK_HOST = "http://fronius"
|