Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the WMS WebControl pro API integration."""
2 
3 DOMAIN = "wmspro"
4 SUGGESTED_HOST = "webcontrol"
5 
6 ATTRIBUTION = "Data provided by WMS WebControl pro API"
7 MANUFACTURER = "WAREMA Renkhoff SE"
8 
9 BRIGHTNESS_SCALE = (1, 100)