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

Variables

string CONF_REFRESH_TOKEN = "refresh_token"
 
string CONF_WEBHOOK_URL = "webhook_url"
 
string DOMAIN = "point"
 
string EVENT_RECEIVED = "point_webhook_received"
 
string OAUTH2_AUTHORIZE = "https://api.minut.com/v8/oauth/authorize"
 
string OAUTH2_TOKEN = "https://api.minut.com/v8/oauth/token"
 
string POINT_DISCOVERY_NEW = "point_new_{}"
 
 SCAN_INTERVAL = timedelta(minutes=1)
 
string SIGNAL_UPDATE_ENTITY = "point_update"
 
string SIGNAL_WEBHOOK = "point_webhook"
 

Detailed Description

Define constants for the Point component.

Variable Documentation

◆ CONF_REFRESH_TOKEN

string homeassistant.components.point.const.CONF_REFRESH_TOKEN = "refresh_token"

Definition at line 10 of file const.py.

◆ CONF_WEBHOOK_URL

string homeassistant.components.point.const.CONF_WEBHOOK_URL = "webhook_url"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ EVENT_RECEIVED

string homeassistant.components.point.const.EVENT_RECEIVED = "point_webhook_received"

Definition at line 11 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.point.const.OAUTH2_AUTHORIZE = "https://api.minut.com/v8/oauth/authorize"

Definition at line 17 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.point.const.OAUTH2_TOKEN = "https://api.minut.com/v8/oauth/token"

Definition at line 18 of file const.py.

◆ POINT_DISCOVERY_NEW

string homeassistant.components.point.const.POINT_DISCOVERY_NEW = "point_new_{}"

Definition at line 15 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.point.const.SCAN_INTERVAL = timedelta(minutes=1)

Definition at line 7 of file const.py.

◆ SIGNAL_UPDATE_ENTITY

string homeassistant.components.point.const.SIGNAL_UPDATE_ENTITY = "point_update"

Definition at line 12 of file const.py.

◆ SIGNAL_WEBHOOK

string homeassistant.components.point.const.SIGNAL_WEBHOOK = "point_webhook"

Definition at line 13 of file const.py.