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

Variables

string DOMAIN = "hunterdouglas_powerview"
 
tuple HUB_EXCEPTIONS
 
string MANUFACTURER = "Hunter Douglas"
 
string REDACT_HUB_ADDRESS = "hub_address"
 
string REDACT_MAC_ADDRESS = "mac_address"
 
string REDACT_SERIAL_NUMBER = "serial_number"
 
string STATE_ATTRIBUTE_ROOM_NAME = "room_name"
 

Detailed Description

Constants for Hunter Douglas Powerview hub.

Variable Documentation

◆ DOMAIN

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

Definition at line 11 of file const.py.

◆ HUB_EXCEPTIONS

tuple homeassistant.components.hunterdouglas_powerview.const.HUB_EXCEPTIONS
Initial value:
1 = (
2  ServerDisconnectedError,
3  TimeoutError,
4  PvApiConnectionError,
5  PvApiResponseStatusError,
6  PvApiMaintenance,
7  PvApiEmptyData,
8 )

Definition at line 20 of file const.py.

◆ MANUFACTURER

string homeassistant.components.hunterdouglas_powerview.const.MANUFACTURER = "Hunter Douglas"

Definition at line 12 of file const.py.

◆ REDACT_HUB_ADDRESS

string homeassistant.components.hunterdouglas_powerview.const.REDACT_HUB_ADDRESS = "hub_address"

Definition at line 16 of file const.py.

◆ REDACT_MAC_ADDRESS

string homeassistant.components.hunterdouglas_powerview.const.REDACT_MAC_ADDRESS = "mac_address"

Definition at line 14 of file const.py.

◆ REDACT_SERIAL_NUMBER

string homeassistant.components.hunterdouglas_powerview.const.REDACT_SERIAL_NUMBER = "serial_number"

Definition at line 15 of file const.py.

◆ STATE_ATTRIBUTE_ROOM_NAME

string homeassistant.components.hunterdouglas_powerview.const.STATE_ATTRIBUTE_ROOM_NAME = "room_name"

Definition at line 18 of file const.py.