Home Assistant Unofficial Reference 2024.12.1
homeassistant.core.ReleaseChannel Class Reference
Inheritance diagram for homeassistant.core.ReleaseChannel:
[legend]
Collaboration diagram for homeassistant.core.ReleaseChannel:
[legend]

Static Public Attributes

 BETA
 
 DEV
 
 NIGHTLY
 
 STABLE
 

Detailed Description

Definition at line 307 of file core.py.

Member Data Documentation

◆ BETA

homeassistant.core.ReleaseChannel.BETA
static

Definition at line 308 of file core.py.

◆ DEV

homeassistant.core.ReleaseChannel.DEV
static

Definition at line 309 of file core.py.

◆ NIGHTLY

homeassistant.core.ReleaseChannel.NIGHTLY
static

Definition at line 310 of file core.py.

◆ STABLE

homeassistant.core.ReleaseChannel.STABLE
static

Definition at line 311 of file core.py.


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