Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.brunt.const
 

Variables

string homeassistant.components.brunt.const.ATTR_REQUEST_POSITION = "request_position"
 
string homeassistant.components.brunt.const.ATTRIBUTION = "Based on an unofficial Brunt SDK."
 
int homeassistant.components.brunt.const.CLOSED_POSITION = 0
 
string homeassistant.components.brunt.const.DOMAIN = "brunt"
 
 homeassistant.components.brunt.const.FAST_INTERVAL = timedelta(seconds=5)
 
string homeassistant.components.brunt.const.NOTIFICATION_ID = "brunt_notification"
 
string homeassistant.components.brunt.const.NOTIFICATION_TITLE = "Brunt Cover Setup"
 
int homeassistant.components.brunt.const.OPEN_POSITION = 100
 
list homeassistant.components.brunt.const.PLATFORMS = [Platform.COVER]
 
 homeassistant.components.brunt.const.REGULAR_INTERVAL = timedelta(seconds=20)