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

Variables

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

Detailed Description

Constants for Brunt.

Variable Documentation

◆ ATTR_REQUEST_POSITION

string homeassistant.components.brunt.const.ATTR_REQUEST_POSITION = "request_position"

Definition at line 8 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.brunt.const.ATTRIBUTION = "Based on an unofficial Brunt SDK."

Definition at line 11 of file const.py.

◆ CLOSED_POSITION

int homeassistant.components.brunt.const.CLOSED_POSITION = 0

Definition at line 14 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ FAST_INTERVAL

homeassistant.components.brunt.const.FAST_INTERVAL = timedelta(seconds=5)

Definition at line 18 of file const.py.

◆ NOTIFICATION_ID

string homeassistant.components.brunt.const.NOTIFICATION_ID = "brunt_notification"

Definition at line 9 of file const.py.

◆ NOTIFICATION_TITLE

string homeassistant.components.brunt.const.NOTIFICATION_TITLE = "Brunt Cover Setup"

Definition at line 10 of file const.py.

◆ OPEN_POSITION

int homeassistant.components.brunt.const.OPEN_POSITION = 100

Definition at line 15 of file const.py.

◆ PLATFORMS

list homeassistant.components.brunt.const.PLATFORMS = [Platform.COVER]

Definition at line 12 of file const.py.

◆ REGULAR_INTERVAL

homeassistant.components.brunt.const.REGULAR_INTERVAL = timedelta(seconds=20)

Definition at line 17 of file const.py.