Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.pyload.button.PyLoadButtonEntity Class Reference
Inheritance diagram for homeassistant.components.pyload.button.PyLoadButtonEntity:
[legend]
Collaboration diagram for homeassistant.components.pyload.button.PyLoadButtonEntity:
[legend]

Static Public Attributes

string ABORT_DOWNLOADS = "abort_downloads"
 
string DELETE_FINISHED = "delete_finished"
 
string RESTART = "restart"
 
string RESTART_FAILED = "restart_failed"
 

Detailed Description

PyLoad button Entities.

Definition at line 29 of file button.py.

Member Data Documentation

◆ ABORT_DOWNLOADS

string homeassistant.components.pyload.button.PyLoadButtonEntity.ABORT_DOWNLOADS = "abort_downloads"
static

Definition at line 32 of file button.py.

◆ DELETE_FINISHED

string homeassistant.components.pyload.button.PyLoadButtonEntity.DELETE_FINISHED = "delete_finished"
static

Definition at line 34 of file button.py.

◆ RESTART

string homeassistant.components.pyload.button.PyLoadButtonEntity.RESTART = "restart"
static

Definition at line 35 of file button.py.

◆ RESTART_FAILED

string homeassistant.components.pyload.button.PyLoadButtonEntity.RESTART_FAILED = "restart_failed"
static

Definition at line 33 of file button.py.


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