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

Variables

string CONF_KAMEREON_ACCOUNT_ID = "kamereon_account_id"
 
string CONF_LOCALE = "locale"
 
int DEFAULT_SCAN_INTERVAL = 420
 
string DOMAIN = "renault"
 
list PLATFORMS
 

Detailed Description

Constants for the Renault component.

Variable Documentation

◆ CONF_KAMEREON_ACCOUNT_ID

string homeassistant.components.renault.const.CONF_KAMEREON_ACCOUNT_ID = "kamereon_account_id"

Definition at line 8 of file const.py.

◆ CONF_LOCALE

string homeassistant.components.renault.const.CONF_LOCALE = "locale"

Definition at line 7 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.renault.const.DEFAULT_SCAN_INTERVAL = 420

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.renault.const.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.BUTTON,
4  Platform.DEVICE_TRACKER,
5  Platform.SELECT,
6  Platform.SENSOR,
7 ]

Definition at line 12 of file const.py.