Home Assistant Unofficial Reference 2024.12.1
coordinator.py
Go to the documentation of this file.
1 """Constants for the solax integration."""
2 
3 from solax import InverterResponse
4 
5 from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
6 
7 
9  """DataUpdateCoordinator for solax."""