Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homeassistant_sky_connect.const .HardwareVariant Class Reference
Inheritance diagram for homeassistant.components.homeassistant_sky_connect.const .HardwareVariant:
[legend]
Collaboration diagram for homeassistant.components.homeassistant_sky_connect.const .HardwareVariant:
[legend]

Public Member Functions

Self from_usb_product_name (cls, str usb_product_name)
 

Static Public Attributes

tuple CONNECT_ZBT1
 
tuple SKYCONNECT
 

Detailed Description

Hardware variants.

Definition at line 20 of file const.py.

Member Function Documentation

◆ from_usb_product_name()

Self homeassistant.components.homeassistant_sky_connect.const .HardwareVariant.from_usb_product_name (   cls,
str  usb_product_name 
)
Get the hardware variant from the USB product name.

Definition at line 36 of file const.py.

Member Data Documentation

◆ CONNECT_ZBT1

tuple homeassistant.components.homeassistant_sky_connect.const .HardwareVariant.CONNECT_ZBT1
static
Initial value:
= (
"Home Assistant Connect ZBT-1",
"Connect ZBT-1",
"Home Assistant Connect ZBT-1",
)

Definition at line 29 of file const.py.

◆ SKYCONNECT

tuple homeassistant.components.homeassistant_sky_connect.const .HardwareVariant.SKYCONNECT
static
Initial value:
= (
"SkyConnect v1.0",
"SkyConnect",
"Home Assistant SkyConnect",
)

Definition at line 23 of file const.py.


The documentation for this class was generated from the following file: