4 lines
89 B
Python
4 lines
89 B
Python
|
DOMAIN = "temp_station_integration"
|
||
|
|
||
|
async def async_setup(hass, config):
|
||
|
return True
|