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

Variables

string CONF_BRAND = "brand"
 
dictionary CONF_BRANDS_MAP
 
dictionary CONF_REGIONS_MAP
 
string DOMAIN = "whirlpool"
 

Detailed Description

Constants for the Whirlpool Appliances integration.

Variable Documentation

◆ CONF_BRAND

string homeassistant.components.whirlpool.const.CONF_BRAND = "brand"

Definition at line 6 of file const.py.

◆ CONF_BRANDS_MAP

dictionary homeassistant.components.whirlpool.const.CONF_BRANDS_MAP
Initial value:
1 = {
2  "Whirlpool": Brand.Whirlpool,
3  "Maytag": Brand.Maytag,
4  "KitchenAid": Brand.KitchenAid,
5 }

Definition at line 13 of file const.py.

◆ CONF_REGIONS_MAP

dictionary homeassistant.components.whirlpool.const.CONF_REGIONS_MAP
Initial value:
1 = {
2  "EU": Region.EU,
3  "US": Region.US,
4 }

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.