Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wmspro.const Namespace Reference

Variables

string ATTRIBUTION = "Data provided by WMS WebControl pro API"
 
tuple BRIGHTNESS_SCALE = (1, 100)
 
string DOMAIN = "wmspro"
 
string MANUFACTURER = "WAREMA Renkhoff SE"
 
string SUGGESTED_HOST = "webcontrol"
 

Detailed Description

Constants for the WMS WebControl pro API integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.wmspro.const.ATTRIBUTION = "Data provided by WMS WebControl pro API"

Definition at line 6 of file const.py.

◆ BRIGHTNESS_SCALE

tuple homeassistant.components.wmspro.const.BRIGHTNESS_SCALE = (1, 100)

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.wmspro.const.DOMAIN = "wmspro"

Definition at line 3 of file const.py.

◆ MANUFACTURER

string homeassistant.components.wmspro.const.MANUFACTURER = "WAREMA Renkhoff SE"

Definition at line 7 of file const.py.

◆ SUGGESTED_HOST

string homeassistant.components.wmspro.const.SUGGESTED_HOST = "webcontrol"

Definition at line 4 of file const.py.