Home Assistant Unofficial Reference
2024.12.1
types.py
Go to the documentation of this file.
1
"""The Screenlogic integration."""
2
3
from
homeassistant.config_entries
import
ConfigEntry
4
5
from
.coordinator
import
ScreenlogicDataUpdateCoordinator
6
7
type ScreenLogicConfigEntry = ConfigEntry[ScreenlogicDataUpdateCoordinator]
homeassistant.config_entries
Definition:
config_entries.py:1
core
homeassistant
components
screenlogic
types.py
Generated by
1.9.1