Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.home_connect.const
 

Variables

tuple homeassistant.components.home_connect.const.APPLIANCES_WITH_PROGRAMS
 
string homeassistant.components.home_connect.const.ATTR_ALLOWED_VALUES = "allowedvalues"
 
string homeassistant.components.home_connect.const.ATTR_AMBIENT = "ambient"
 
string homeassistant.components.home_connect.const.ATTR_BSH_KEY = "bsh_key"
 
string homeassistant.components.home_connect.const.ATTR_CONSTRAINTS = "constraints"
 
string homeassistant.components.home_connect.const.ATTR_DESC = "desc"
 
string homeassistant.components.home_connect.const.ATTR_DEVICE = "device"
 
string homeassistant.components.home_connect.const.ATTR_KEY = "key"
 
string homeassistant.components.home_connect.const.ATTR_PROGRAM = "program"
 
string homeassistant.components.home_connect.const.ATTR_SENSOR_TYPE = "sensor_type"
 
string homeassistant.components.home_connect.const.ATTR_SIGN = "sign"
 
string homeassistant.components.home_connect.const.ATTR_STEPSIZE = "stepsize"
 
string homeassistant.components.home_connect.const.ATTR_UNIT = "unit"
 
string homeassistant.components.home_connect.const.ATTR_VALUE = "value"
 
string homeassistant.components.home_connect.const.BSH_ACTIVE_PROGRAM = "BSH.Common.Root.ActiveProgram"
 
string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_BRIGHTNESS = "BSH.Common.Setting.AmbientLightBrightness"
 
string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_COLOR = "BSH.Common.Setting.AmbientLightColor"
 
tuple homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_COLOR_CUSTOM_COLOR
 
string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_CUSTOM_COLOR = "BSH.Common.Setting.AmbientLightCustomColor"
 
string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_ENABLED = "BSH.Common.Setting.AmbientLightEnabled"
 
string homeassistant.components.home_connect.const.BSH_CHILD_LOCK_STATE = "BSH.Common.Setting.ChildLock"
 
string homeassistant.components.home_connect.const.BSH_COMMON_OPTION_DURATION = "BSH.Common.Option.Duration"
 
string homeassistant.components.home_connect.const.BSH_COMMON_OPTION_PROGRAM_PROGRESS = "BSH.Common.Option.ProgramProgress"
 
string homeassistant.components.home_connect.const.BSH_DOOR_STATE = "BSH.Common.Status.DoorState"
 
string homeassistant.components.home_connect.const.BSH_DOOR_STATE_CLOSED = "BSH.Common.EnumType.DoorState.Closed"
 
string homeassistant.components.home_connect.const.BSH_DOOR_STATE_LOCKED = "BSH.Common.EnumType.DoorState.Locked"
 
string homeassistant.components.home_connect.const.BSH_DOOR_STATE_OPEN = "BSH.Common.EnumType.DoorState.Open"
 
string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_CONFIRMED = "BSH.Common.EnumType.EventPresentState.Confirmed"
 
string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_OFF = "BSH.Common.EnumType.EventPresentState.Off"
 
string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_PRESENT = "BSH.Common.EnumType.EventPresentState.Present"
 
string homeassistant.components.home_connect.const.BSH_OPERATION_STATE = "BSH.Common.Status.OperationState"
 
string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_FINISHED = "BSH.Common.EnumType.OperationState.Finished"
 
string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_PAUSE = "BSH.Common.EnumType.OperationState.Pause"
 
string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_RUN = "BSH.Common.EnumType.OperationState.Run"
 
string homeassistant.components.home_connect.const.BSH_PAUSE = "BSH.Common.Command.PauseProgram"
 
string homeassistant.components.home_connect.const.BSH_POWER_OFF = "BSH.Common.EnumType.PowerState.Off"
 
string homeassistant.components.home_connect.const.BSH_POWER_ON = "BSH.Common.EnumType.PowerState.On"
 
string homeassistant.components.home_connect.const.BSH_POWER_STANDBY = "BSH.Common.EnumType.PowerState.Standby"
 
string homeassistant.components.home_connect.const.BSH_POWER_STATE = "BSH.Common.Setting.PowerState"
 
string homeassistant.components.home_connect.const.BSH_REMAINING_PROGRAM_TIME = "BSH.Common.Option.RemainingProgramTime"
 
string homeassistant.components.home_connect.const.BSH_REMOTE_CONTROL_ACTIVATION_STATE = "BSH.Common.Status.RemoteControlActive"
 
string homeassistant.components.home_connect.const.BSH_REMOTE_START_ALLOWANCE_STATE = "BSH.Common.Status.RemoteControlStartAllowed"
 
string homeassistant.components.home_connect.const.BSH_RESUME = "BSH.Common.Command.ResumeProgram"
 
string homeassistant.components.home_connect.const.BSH_SELECTED_PROGRAM = "BSH.Common.Root.SelectedProgram"
 
tuple homeassistant.components.home_connect.const.COFFEE_EVENT_BEAN_CONTAINER_EMPTY
 
string homeassistant.components.home_connect.const.COFFEE_EVENT_DRIP_TRAY_FULL = "ConsumerProducts.CoffeeMaker.Event.DripTrayFull"
 
string homeassistant.components.home_connect.const.COFFEE_EVENT_WATER_TANK_EMPTY = "ConsumerProducts.CoffeeMaker.Event.WaterTankEmpty"
 
string homeassistant.components.home_connect.const.COOKING_LIGHTING = "Cooking.Common.Setting.Lighting"
 
string homeassistant.components.home_connect.const.COOKING_LIGHTING_BRIGHTNESS = "Cooking.Common.Setting.LightingBrightness"
 
tuple homeassistant.components.home_connect.const.DISHWASHER_EVENT_RINSE_AID_NEARLY_EMPTY
 
string homeassistant.components.home_connect.const.DISHWASHER_EVENT_SALT_NEARLY_EMPTY = "Dishcare.Dishwasher.Event.SaltNearlyEmpty"
 
string homeassistant.components.home_connect.const.DOMAIN = "home_connect"
 
string homeassistant.components.home_connect.const.OAUTH2_AUTHORIZE = "https://api.home-connect.com/security/oauth/authorize"
 
string homeassistant.components.home_connect.const.OAUTH2_TOKEN = "https://api.home-connect.com/security/oauth/token"
 
dictionary homeassistant.components.home_connect.const.OLD_NEW_UNIQUE_ID_SUFFIX_MAP
 
string homeassistant.components.home_connect.const.REFRIGERATION_DISPENSER = "Refrigeration.Common.Setting.Dispenser.Enabled"
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_DOOR_ALARM_FREEZER
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_DOOR_ALARM_REFRIGERATOR
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_TEMP_ALARM_FREEZER
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_EXTERNAL_LIGHT_BRIGHTNESS
 
string homeassistant.components.home_connect.const.REFRIGERATION_EXTERNAL_LIGHT_POWER = "Refrigeration.Common.Setting.Light.External.Power"
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_INTERNAL_LIGHT_BRIGHTNESS
 
string homeassistant.components.home_connect.const.REFRIGERATION_INTERNAL_LIGHT_POWER = "Refrigeration.Common.Setting.Light.Internal.Power"
 
string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_CHILLER = "Refrigeration.Common.Status.Door.ChillerCommon"
 
string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_CLOSED = "Refrigeration.Common.EnumType.Door.States.Closed"
 
string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_FREEZER = "Refrigeration.Common.Status.Door.Freezer"
 
string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_OPEN = "Refrigeration.Common.EnumType.Door.States.Open"
 
string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_REFRIGERATOR = "Refrigeration.Common.Status.Door.Refrigerator"
 
string homeassistant.components.home_connect.const.REFRIGERATION_SUPERMODEFREEZER = "Refrigeration.FridgeFreezer.Setting.SuperModeFreezer"
 
tuple homeassistant.components.home_connect.const.REFRIGERATION_SUPERMODEREFRIGERATOR
 
string homeassistant.components.home_connect.const.SERVICE_OPTION_ACTIVE = "set_option_active"
 
string homeassistant.components.home_connect.const.SERVICE_OPTION_SELECTED = "set_option_selected"
 
string homeassistant.components.home_connect.const.SERVICE_PAUSE_PROGRAM = "pause_program"
 
string homeassistant.components.home_connect.const.SERVICE_RESUME_PROGRAM = "resume_program"
 
string homeassistant.components.home_connect.const.SERVICE_SELECT_PROGRAM = "select_program"
 
string homeassistant.components.home_connect.const.SERVICE_SETTING = "change_setting"
 
string homeassistant.components.home_connect.const.SERVICE_START_PROGRAM = "start_program"
 
string homeassistant.components.home_connect.const.SIGNAL_UPDATE_ENTITIES = "home_connect.update_entities"
 
string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_APPLIANCE_NAME = "appliance_name"
 
string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_ENTITY_ID = "entity_id"
 
string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_SETTING_KEY = "setting_key"
 
string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_VALUE = "value"