Home Assistant Unofficial Reference
2024.12.1
Namespaces
|
Variables
const.py File Reference
Go to the source code of this file.
Namespaces
homeassistant.components.subaru.const
Variables
string
homeassistant.components.subaru.const.API_GEN_1
= "g1"
string
homeassistant.components.subaru.const.API_GEN_2
= "g2"
string
homeassistant.components.subaru.const.API_GEN_3
= "g3"
string
homeassistant.components.subaru.const.ATTR_DOOR
= "door"
string
homeassistant.components.subaru.const.CONF_UPDATE_ENABLED
= "update_enabled"
string
homeassistant.components.subaru.const.COORDINATOR_NAME
= "subaru_data"
string
homeassistant.components.subaru.const.DOMAIN
= "subaru"
string
homeassistant.components.subaru.const.ENTRY_CONTROLLER
= "controller"
string
homeassistant.components.subaru.const.ENTRY_COORDINATOR
= "coordinator"
string
homeassistant.components.subaru.const.ENTRY_VEHICLES
= "vehicles"
int
homeassistant.components.subaru.const.FETCH_INTERVAL
= 300
dictionary
homeassistant.components.subaru.const.ICONS
string
homeassistant.components.subaru.const.MANUFACTURER
= "Subaru"
list
homeassistant.components.subaru.const.PLATFORMS
string
homeassistant.components.subaru.const.SERVICE_LOCK
= "lock"
string
homeassistant.components.subaru.const.SERVICE_UNLOCK
= "unlock"
string
homeassistant.components.subaru.const.SERVICE_UNLOCK_SPECIFIC_DOOR
= "unlock_specific_door"
string
homeassistant.components.subaru.const.UNLOCK_DOOR_ALL
= "all"
string
homeassistant.components.subaru.const.UNLOCK_DOOR_DRIVERS
= "driver"
string
homeassistant.components.subaru.const.UNLOCK_DOOR_TAILGATE
= "tailgate"
dictionary
homeassistant.components.subaru.const.UNLOCK_VALID_DOORS
int
homeassistant.components.subaru.const.UPDATE_INTERVAL
= 7200
string
homeassistant.components.subaru.const.VEHICLE_API_GEN
= "api_gen"
string
homeassistant.components.subaru.const.VEHICLE_HAS_EV
= "is_ev"
string
homeassistant.components.subaru.const.VEHICLE_HAS_REMOTE_SERVICE
= "has_remote"
string
homeassistant.components.subaru.const.VEHICLE_HAS_REMOTE_START
= "has_res"
string
homeassistant.components.subaru.const.VEHICLE_HAS_SAFETY_SERVICE
= "has_safety"
string
homeassistant.components.subaru.const.VEHICLE_LAST_UPDATE
= "last_update"
string
homeassistant.components.subaru.const.VEHICLE_MODEL_NAME
= "model_name"
string
homeassistant.components.subaru.const.VEHICLE_MODEL_YEAR
= "model_year"
string
homeassistant.components.subaru.const.VEHICLE_NAME
= "display_name"
string
homeassistant.components.subaru.const.VEHICLE_STATUS
= "vehicle_status"
string
homeassistant.components.subaru.const.VEHICLE_VIN
= "vin"
core
homeassistant
components
subaru
const.py
Generated by
1.9.1