mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 13:56:28 +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"
|