Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.point.const
 

Variables

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