Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.remote.RemoteEntityFeature Class Reference
Inheritance diagram for homeassistant.components.remote.RemoteEntityFeature:
[legend]
Collaboration diagram for homeassistant.components.remote.RemoteEntityFeature:
[legend]

Static Public Attributes

int ACTIVITY = 4
 
int DELETE_COMMAND = 2
 
int LEARN_COMMAND = 1
 

Detailed Description

Supported features of the remote entity.

Definition at line 69 of file __init__.py.

Member Data Documentation

◆ ACTIVITY

int homeassistant.components.remote.RemoteEntityFeature.ACTIVITY = 4
static

Definition at line 74 of file __init__.py.

◆ DELETE_COMMAND

int homeassistant.components.remote.RemoteEntityFeature.DELETE_COMMAND = 2
static

Definition at line 73 of file __init__.py.

◆ LEARN_COMMAND

int homeassistant.components.remote.RemoteEntityFeature.LEARN_COMMAND = 1
static

Definition at line 72 of file __init__.py.


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