Files
home-assistant-core/homeassistant/components/iammeter/const.py
T
epenetGitHubcopilot-swe-agent[bot] <[email protected]>frenck
d766aae436 Remove import annotations from components (#169536)
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: frenck <[email protected]>
2026-04-30 21:14:48 +02:00

11 lines
246 B
Python

"""Constants for the Iammeter integration."""
DOMAIN = "iammeter"
# Default config for iammeter.
DEFAULT_IP = "192.168.2.15"
DEFAULT_NAME = "IamMeter"
DEVICE_3080 = "WEM3080"
DEVICE_3080T = "WEM3080T"
DEVICE_TYPES = [DEVICE_3080, DEVICE_3080T]