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

Variables

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

Detailed Description

Constants for the Home Connect integration.

Variable Documentation

◆ APPLIANCES_WITH_PROGRAMS

tuple homeassistant.components.home_connect.const.APPLIANCES_WITH_PROGRAMS
Initial value:
1 = (
2  "CleaningRobot",
3  "CoffeeMaker",
4  "Dishwasher",
5  "Dryer",
6  "Hood",
7  "Oven",
8  "WarmingDrawer",
9  "Washer",
10  "WasherDryer",
11 )

Definition at line 8 of file const.py.

◆ ATTR_ALLOWED_VALUES

string homeassistant.components.home_connect.const.ATTR_ALLOWED_VALUES = "allowedvalues"

Definition at line 116 of file const.py.

◆ ATTR_AMBIENT

string homeassistant.components.home_connect.const.ATTR_AMBIENT = "ambient"

Definition at line 117 of file const.py.

◆ ATTR_BSH_KEY

string homeassistant.components.home_connect.const.ATTR_BSH_KEY = "bsh_key"

Definition at line 118 of file const.py.

◆ ATTR_CONSTRAINTS

string homeassistant.components.home_connect.const.ATTR_CONSTRAINTS = "constraints"

Definition at line 119 of file const.py.

◆ ATTR_DESC

string homeassistant.components.home_connect.const.ATTR_DESC = "desc"

Definition at line 120 of file const.py.

◆ ATTR_DEVICE

string homeassistant.components.home_connect.const.ATTR_DEVICE = "device"

Definition at line 121 of file const.py.

◆ ATTR_KEY

string homeassistant.components.home_connect.const.ATTR_KEY = "key"

Definition at line 122 of file const.py.

◆ ATTR_PROGRAM

string homeassistant.components.home_connect.const.ATTR_PROGRAM = "program"

Definition at line 123 of file const.py.

◆ ATTR_SENSOR_TYPE

string homeassistant.components.home_connect.const.ATTR_SENSOR_TYPE = "sensor_type"

Definition at line 124 of file const.py.

◆ ATTR_SIGN

string homeassistant.components.home_connect.const.ATTR_SIGN = "sign"

Definition at line 125 of file const.py.

◆ ATTR_STEPSIZE

string homeassistant.components.home_connect.const.ATTR_STEPSIZE = "stepsize"

Definition at line 126 of file const.py.

◆ ATTR_UNIT

string homeassistant.components.home_connect.const.ATTR_UNIT = "unit"

Definition at line 127 of file const.py.

◆ ATTR_VALUE

string homeassistant.components.home_connect.const.ATTR_VALUE = "value"

Definition at line 128 of file const.py.

◆ BSH_ACTIVE_PROGRAM

string homeassistant.components.home_connect.const.BSH_ACTIVE_PROGRAM = "BSH.Common.Root.ActiveProgram"

Definition at line 25 of file const.py.

◆ BSH_AMBIENT_LIGHT_BRIGHTNESS

string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_BRIGHTNESS = "BSH.Common.Setting.AmbientLightBrightness"

Definition at line 91 of file const.py.

◆ BSH_AMBIENT_LIGHT_COLOR

string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_COLOR = "BSH.Common.Setting.AmbientLightColor"

Definition at line 92 of file const.py.

◆ BSH_AMBIENT_LIGHT_COLOR_CUSTOM_COLOR

tuple homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_COLOR_CUSTOM_COLOR
Initial value:
1 = (
2  "BSH.Common.EnumType.AmbientLightColor.CustomColor"
3 )

Definition at line 93 of file const.py.

◆ BSH_AMBIENT_LIGHT_CUSTOM_COLOR

string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_CUSTOM_COLOR = "BSH.Common.Setting.AmbientLightCustomColor"

Definition at line 96 of file const.py.

◆ BSH_AMBIENT_LIGHT_ENABLED

string homeassistant.components.home_connect.const.BSH_AMBIENT_LIGHT_ENABLED = "BSH.Common.Setting.AmbientLightEnabled"

Definition at line 90 of file const.py.

◆ BSH_CHILD_LOCK_STATE

string homeassistant.components.home_connect.const.BSH_CHILD_LOCK_STATE = "BSH.Common.Setting.ChildLock"

Definition at line 28 of file const.py.

◆ BSH_COMMON_OPTION_DURATION

string homeassistant.components.home_connect.const.BSH_COMMON_OPTION_DURATION = "BSH.Common.Option.Duration"

Definition at line 31 of file const.py.

◆ BSH_COMMON_OPTION_PROGRAM_PROGRESS

string homeassistant.components.home_connect.const.BSH_COMMON_OPTION_PROGRAM_PROGRESS = "BSH.Common.Option.ProgramProgress"

Definition at line 32 of file const.py.

◆ BSH_DOOR_STATE

string homeassistant.components.home_connect.const.BSH_DOOR_STATE = "BSH.Common.Status.DoorState"

Definition at line 98 of file const.py.

◆ BSH_DOOR_STATE_CLOSED

string homeassistant.components.home_connect.const.BSH_DOOR_STATE_CLOSED = "BSH.Common.EnumType.DoorState.Closed"

Definition at line 99 of file const.py.

◆ BSH_DOOR_STATE_LOCKED

string homeassistant.components.home_connect.const.BSH_DOOR_STATE_LOCKED = "BSH.Common.EnumType.DoorState.Locked"

Definition at line 100 of file const.py.

◆ BSH_DOOR_STATE_OPEN

string homeassistant.components.home_connect.const.BSH_DOOR_STATE_OPEN = "BSH.Common.EnumType.DoorState.Open"

Definition at line 101 of file const.py.

◆ BSH_EVENT_PRESENT_STATE_CONFIRMED

string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_CONFIRMED = "BSH.Common.EnumType.EventPresentState.Confirmed"

Definition at line 35 of file const.py.

◆ BSH_EVENT_PRESENT_STATE_OFF

string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_OFF = "BSH.Common.EnumType.EventPresentState.Off"

Definition at line 36 of file const.py.

◆ BSH_EVENT_PRESENT_STATE_PRESENT

string homeassistant.components.home_connect.const.BSH_EVENT_PRESENT_STATE_PRESENT = "BSH.Common.EnumType.EventPresentState.Present"

Definition at line 34 of file const.py.

◆ BSH_OPERATION_STATE

string homeassistant.components.home_connect.const.BSH_OPERATION_STATE = "BSH.Common.Status.OperationState"

Definition at line 38 of file const.py.

◆ BSH_OPERATION_STATE_FINISHED

string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_FINISHED = "BSH.Common.EnumType.OperationState.Finished"

Definition at line 41 of file const.py.

◆ BSH_OPERATION_STATE_PAUSE

string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_PAUSE = "BSH.Common.EnumType.OperationState.Pause"

Definition at line 40 of file const.py.

◆ BSH_OPERATION_STATE_RUN

string homeassistant.components.home_connect.const.BSH_OPERATION_STATE_RUN = "BSH.Common.EnumType.OperationState.Run"

Definition at line 39 of file const.py.

◆ BSH_PAUSE

string homeassistant.components.home_connect.const.BSH_PAUSE = "BSH.Common.Command.PauseProgram"

Definition at line 103 of file const.py.

◆ BSH_POWER_OFF

string homeassistant.components.home_connect.const.BSH_POWER_OFF = "BSH.Common.EnumType.PowerState.Off"

Definition at line 22 of file const.py.

◆ BSH_POWER_ON

string homeassistant.components.home_connect.const.BSH_POWER_ON = "BSH.Common.EnumType.PowerState.On"

Definition at line 21 of file const.py.

◆ BSH_POWER_STANDBY

string homeassistant.components.home_connect.const.BSH_POWER_STANDBY = "BSH.Common.EnumType.PowerState.Standby"

Definition at line 23 of file const.py.

◆ BSH_POWER_STATE

string homeassistant.components.home_connect.const.BSH_POWER_STATE = "BSH.Common.Setting.PowerState"

Definition at line 20 of file const.py.

◆ BSH_REMAINING_PROGRAM_TIME

string homeassistant.components.home_connect.const.BSH_REMAINING_PROGRAM_TIME = "BSH.Common.Option.RemainingProgramTime"

Definition at line 30 of file const.py.

◆ BSH_REMOTE_CONTROL_ACTIVATION_STATE

string homeassistant.components.home_connect.const.BSH_REMOTE_CONTROL_ACTIVATION_STATE = "BSH.Common.Status.RemoteControlActive"

Definition at line 26 of file const.py.

◆ BSH_REMOTE_START_ALLOWANCE_STATE

string homeassistant.components.home_connect.const.BSH_REMOTE_START_ALLOWANCE_STATE = "BSH.Common.Status.RemoteControlStartAllowed"

Definition at line 27 of file const.py.

◆ BSH_RESUME

string homeassistant.components.home_connect.const.BSH_RESUME = "BSH.Common.Command.ResumeProgram"

Definition at line 104 of file const.py.

◆ BSH_SELECTED_PROGRAM

string homeassistant.components.home_connect.const.BSH_SELECTED_PROGRAM = "BSH.Common.Root.SelectedProgram"

Definition at line 24 of file const.py.

◆ COFFEE_EVENT_BEAN_CONTAINER_EMPTY

tuple homeassistant.components.home_connect.const.COFFEE_EVENT_BEAN_CONTAINER_EMPTY
Initial value:
1 = (
2  "ConsumerProducts.CoffeeMaker.Event.BeanContainerEmpty"
3 )

Definition at line 46 of file const.py.

◆ COFFEE_EVENT_DRIP_TRAY_FULL

string homeassistant.components.home_connect.const.COFFEE_EVENT_DRIP_TRAY_FULL = "ConsumerProducts.CoffeeMaker.Event.DripTrayFull"

Definition at line 50 of file const.py.

◆ COFFEE_EVENT_WATER_TANK_EMPTY

string homeassistant.components.home_connect.const.COFFEE_EVENT_WATER_TANK_EMPTY = "ConsumerProducts.CoffeeMaker.Event.WaterTankEmpty"

Definition at line 49 of file const.py.

◆ COOKING_LIGHTING

string homeassistant.components.home_connect.const.COOKING_LIGHTING = "Cooking.Common.Setting.Lighting"

Definition at line 43 of file const.py.

◆ COOKING_LIGHTING_BRIGHTNESS

string homeassistant.components.home_connect.const.COOKING_LIGHTING_BRIGHTNESS = "Cooking.Common.Setting.LightingBrightness"

Definition at line 44 of file const.py.

◆ DISHWASHER_EVENT_RINSE_AID_NEARLY_EMPTY

tuple homeassistant.components.home_connect.const.DISHWASHER_EVENT_RINSE_AID_NEARLY_EMPTY
Initial value:
1 = (
2  "Dishcare.Dishwasher.Event.RinseAidNearlyEmpty"
3 )

Definition at line 53 of file const.py.

◆ DISHWASHER_EVENT_SALT_NEARLY_EMPTY

string homeassistant.components.home_connect.const.DISHWASHER_EVENT_SALT_NEARLY_EMPTY = "Dishcare.Dishwasher.Event.SaltNearlyEmpty"

Definition at line 52 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ OAUTH2_AUTHORIZE

string homeassistant.components.home_connect.const.OAUTH2_AUTHORIZE = "https://api.home-connect.com/security/oauth/authorize"

Definition at line 5 of file const.py.

◆ OAUTH2_TOKEN

string homeassistant.components.home_connect.const.OAUTH2_TOKEN = "https://api.home-connect.com/security/oauth/token"

Definition at line 6 of file const.py.

◆ OLD_NEW_UNIQUE_ID_SUFFIX_MAP

dictionary homeassistant.components.home_connect.const.OLD_NEW_UNIQUE_ID_SUFFIX_MAP
Initial value:
1 = {
2  "ChildLock": BSH_CHILD_LOCK_STATE,
3  "Operation State": BSH_OPERATION_STATE,
4  "Light": COOKING_LIGHTING,
5  "AmbientLight": BSH_AMBIENT_LIGHT_ENABLED,
6  "Power": BSH_POWER_STATE,
7  "Remaining Program Time": BSH_REMAINING_PROGRAM_TIME,
8  "Duration": BSH_COMMON_OPTION_DURATION,
9  "Program Progress": BSH_COMMON_OPTION_PROGRAM_PROGRESS,
10  "Remote Control": BSH_REMOTE_CONTROL_ACTIVATION_STATE,
11  "Remote Start": BSH_REMOTE_START_ALLOWANCE_STATE,
12  "Supermode Freezer": REFRIGERATION_SUPERMODEFREEZER,
13  "Supermode Refrigerator": REFRIGERATION_SUPERMODEREFRIGERATOR,
14  "Dispenser Enabled": REFRIGERATION_DISPENSER,
15  "Internal Light": REFRIGERATION_INTERNAL_LIGHT_POWER,
16  "External Light": REFRIGERATION_EXTERNAL_LIGHT_POWER,
17  "Chiller Door": REFRIGERATION_STATUS_DOOR_CHILLER,
18  "Freezer Door": REFRIGERATION_STATUS_DOOR_FREEZER,
19  "Refrigerator Door": REFRIGERATION_STATUS_DOOR_REFRIGERATOR,
20  "Door Alarm Freezer": REFRIGERATION_EVENT_DOOR_ALARM_FREEZER,
21  "Door Alarm Refrigerator": REFRIGERATION_EVENT_DOOR_ALARM_REFRIGERATOR,
22  "Temperature Alarm Freezer": REFRIGERATION_EVENT_TEMP_ALARM_FREEZER,
23  "Bean Container Empty": COFFEE_EVENT_BEAN_CONTAINER_EMPTY,
24  "Water Tank Empty": COFFEE_EVENT_WATER_TANK_EMPTY,
25  "Drip Tray Full": COFFEE_EVENT_DRIP_TRAY_FULL,
26 }

Definition at line 135 of file const.py.

◆ REFRIGERATION_DISPENSER

string homeassistant.components.home_connect.const.REFRIGERATION_DISPENSER = "Refrigeration.Common.Setting.Dispenser.Enabled"

Definition at line 70 of file const.py.

◆ REFRIGERATION_EVENT_DOOR_ALARM_FREEZER

tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_DOOR_ALARM_FREEZER
Initial value:
1 = (
2  "Refrigeration.FridgeFreezer.Event.DoorAlarmFreezer"
3 )

Definition at line 82 of file const.py.

◆ REFRIGERATION_EVENT_DOOR_ALARM_REFRIGERATOR

tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_DOOR_ALARM_REFRIGERATOR
Initial value:
1 = (
2  "Refrigeration.FridgeFreezer.Event.DoorAlarmRefrigerator"
3 )

Definition at line 79 of file const.py.

◆ REFRIGERATION_EVENT_TEMP_ALARM_FREEZER

tuple homeassistant.components.home_connect.const.REFRIGERATION_EVENT_TEMP_ALARM_FREEZER
Initial value:
1 = (
2  "Refrigeration.FridgeFreezer.Event.TemperatureAlarmFreezer"
3 )

Definition at line 85 of file const.py.

◆ REFRIGERATION_EXTERNAL_LIGHT_BRIGHTNESS

tuple homeassistant.components.home_connect.const.REFRIGERATION_EXTERNAL_LIGHT_BRIGHTNESS
Initial value:
1 = (
2  "Refrigeration.Common.Setting.Light.External.Brightness"
3 )

Definition at line 62 of file const.py.

◆ REFRIGERATION_EXTERNAL_LIGHT_POWER

string homeassistant.components.home_connect.const.REFRIGERATION_EXTERNAL_LIGHT_POWER = "Refrigeration.Common.Setting.Light.External.Power"

Definition at line 61 of file const.py.

◆ REFRIGERATION_INTERNAL_LIGHT_BRIGHTNESS

tuple homeassistant.components.home_connect.const.REFRIGERATION_INTERNAL_LIGHT_BRIGHTNESS
Initial value:
1 = (
2  "Refrigeration.Common.Setting.Light.Internal.Brightness"
3 )

Definition at line 58 of file const.py.

◆ REFRIGERATION_INTERNAL_LIGHT_POWER

string homeassistant.components.home_connect.const.REFRIGERATION_INTERNAL_LIGHT_POWER = "Refrigeration.Common.Setting.Light.Internal.Power"

Definition at line 57 of file const.py.

◆ REFRIGERATION_STATUS_DOOR_CHILLER

string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_CHILLER = "Refrigeration.Common.Status.Door.ChillerCommon"

Definition at line 72 of file const.py.

◆ REFRIGERATION_STATUS_DOOR_CLOSED

string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_CLOSED = "Refrigeration.Common.EnumType.Door.States.Closed"

Definition at line 76 of file const.py.

◆ REFRIGERATION_STATUS_DOOR_FREEZER

string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_FREEZER = "Refrigeration.Common.Status.Door.Freezer"

Definition at line 73 of file const.py.

◆ REFRIGERATION_STATUS_DOOR_OPEN

string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_OPEN = "Refrigeration.Common.EnumType.Door.States.Open"

Definition at line 77 of file const.py.

◆ REFRIGERATION_STATUS_DOOR_REFRIGERATOR

string homeassistant.components.home_connect.const.REFRIGERATION_STATUS_DOOR_REFRIGERATOR = "Refrigeration.Common.Status.Door.Refrigerator"

Definition at line 74 of file const.py.

◆ REFRIGERATION_SUPERMODEFREEZER

string homeassistant.components.home_connect.const.REFRIGERATION_SUPERMODEFREEZER = "Refrigeration.FridgeFreezer.Setting.SuperModeFreezer"

Definition at line 66 of file const.py.

◆ REFRIGERATION_SUPERMODEREFRIGERATOR

tuple homeassistant.components.home_connect.const.REFRIGERATION_SUPERMODEREFRIGERATOR
Initial value:
1 = (
2  "Refrigeration.FridgeFreezer.Setting.SuperModeRefrigerator"
3 )

Definition at line 67 of file const.py.

◆ SERVICE_OPTION_ACTIVE

string homeassistant.components.home_connect.const.SERVICE_OPTION_ACTIVE = "set_option_active"

Definition at line 108 of file const.py.

◆ SERVICE_OPTION_SELECTED

string homeassistant.components.home_connect.const.SERVICE_OPTION_SELECTED = "set_option_selected"

Definition at line 109 of file const.py.

◆ SERVICE_PAUSE_PROGRAM

string homeassistant.components.home_connect.const.SERVICE_PAUSE_PROGRAM = "pause_program"

Definition at line 110 of file const.py.

◆ SERVICE_RESUME_PROGRAM

string homeassistant.components.home_connect.const.SERVICE_RESUME_PROGRAM = "resume_program"

Definition at line 111 of file const.py.

◆ SERVICE_SELECT_PROGRAM

string homeassistant.components.home_connect.const.SERVICE_SELECT_PROGRAM = "select_program"

Definition at line 112 of file const.py.

◆ SERVICE_SETTING

string homeassistant.components.home_connect.const.SERVICE_SETTING = "change_setting"

Definition at line 113 of file const.py.

◆ SERVICE_START_PROGRAM

string homeassistant.components.home_connect.const.SERVICE_START_PROGRAM = "start_program"

Definition at line 114 of file const.py.

◆ SIGNAL_UPDATE_ENTITIES

string homeassistant.components.home_connect.const.SIGNAL_UPDATE_ENTITIES = "home_connect.update_entities"

Definition at line 106 of file const.py.

◆ SVE_TRANSLATION_PLACEHOLDER_APPLIANCE_NAME

string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_APPLIANCE_NAME = "appliance_name"

Definition at line 130 of file const.py.

◆ SVE_TRANSLATION_PLACEHOLDER_ENTITY_ID

string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_ENTITY_ID = "entity_id"

Definition at line 131 of file const.py.

◆ SVE_TRANSLATION_PLACEHOLDER_SETTING_KEY

string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_SETTING_KEY = "setting_key"

Definition at line 132 of file const.py.

◆ SVE_TRANSLATION_PLACEHOLDER_VALUE

string homeassistant.components.home_connect.const.SVE_TRANSLATION_PLACEHOLDER_VALUE = "value"

Definition at line 133 of file const.py.