mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
10 lines
231 B
Python
10 lines
231 B
Python
"""Constants for the WMS WebControl pro API integration."""
|
|
|
|
DOMAIN = "wmspro"
|
|
SUGGESTED_HOST = "webcontrol"
|
|
|
|
ATTRIBUTION = "Data provided by WMS WebControl pro API"
|
|
MANUFACTURER = "WAREMA Renkhoff SE"
|
|
|
|
BRIGHTNESS_SCALE = (1, 100)
|