mirror of
https://github.com/home-assistant/core.git
synced 2026-07-18 12:03:33 +01:00
bb7433e10e
Co-authored-by: Norbert Rittel <norbert@rittel.de> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
11 lines
299 B
Python
11 lines
299 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)
|
|
SERVICE_SET_COVER_POSITION_AND_TILT = "set_cover_position_and_tilt"
|