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

Static Public Attributes

int BACKUP = 8
 
 Final
 
int INSTALL = 1
 
int PROGRESS = 4
 
int RELEASE_NOTES = 16
 
int SPECIFIC_VERSION = 2
 

Detailed Description

Supported features of the update entity.

Definition at line 11 of file const.py.

Member Data Documentation

◆ BACKUP

int homeassistant.components.update.const .UpdateEntityFeature.BACKUP = 8
static

Definition at line 17 of file const.py.

◆ Final

homeassistant.components.update.const .UpdateEntityFeature.Final
static

Definition at line 21 of file const.py.

◆ INSTALL

int homeassistant.components.update.const .UpdateEntityFeature.INSTALL = 1
static

Definition at line 14 of file const.py.

◆ PROGRESS

int homeassistant.components.update.const .UpdateEntityFeature.PROGRESS = 4
static

Definition at line 16 of file const.py.

◆ RELEASE_NOTES

int homeassistant.components.update.const .UpdateEntityFeature.RELEASE_NOTES = 16
static

Definition at line 18 of file const.py.

◆ SPECIFIC_VERSION

int homeassistant.components.update.const .UpdateEntityFeature.SPECIFIC_VERSION = 2
static

Definition at line 15 of file const.py.


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