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

Variables

string DOMAIN = "microbees"
 
string OAUTH2_AUTHORIZE = "https://dev.microbees.com/oauth/authorize"
 
string OAUTH2_TOKEN = "https://dev.microbees.com/oauth/token"
 
list PLATFORMS
 

Detailed Description

Constants for the microBees integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.microbees.const.OAUTH2_AUTHORIZE = "https://dev.microbees.com/oauth/authorize"

Definition at line 6 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.microbees.const.OAUTH2_TOKEN = "https://dev.microbees.com/oauth/token"

Definition at line 7 of file const.py.

◆ PLATFORMS

list homeassistant.components.microbees.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.CLIMATE,
5  Platform.COVER,
6  Platform.LIGHT,
7  Platform.SENSOR,
8  Platform.SWITCH,
9 ]

Definition at line 8 of file const.py.