Static Public Attributes | |
| None | |
| RemoteEntityFeature | |
Static Public Attributes inherited from homeassistant.helpers.entity.ToggleEntity | |
| None | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Base class for remote entities.
Definition at line 179 of file __init__.py.
List of available activities.
Reimplemented in homeassistant.components.harmony.remote.HarmonyRemote.
Definition at line 211 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.async_delete_command | ( | self, | |
| **Any | kwargs | ||
| ) |
Delete commands from the database.
Reimplemented in homeassistant.components.broadlink.remote.BroadlinkRemote.
Definition at line 249 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.async_learn_command | ( | self, | |
| **Any | kwargs | ||
| ) |
Learn a command from a device.
Reimplemented in homeassistant.components.mysensors.remote.MySensorsRemote, and homeassistant.components.broadlink.remote.BroadlinkRemote.
Definition at line 241 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.async_send_command | ( | self, | |
| Iterable[str] | command, | ||
| **Any | kwargs | ||
| ) |
Send commands to a device.
Reimplemented in homeassistant.components.xbox.remote.XboxRemote, homeassistant.components.samsungtv.remote.SamsungTVRemote, homeassistant.components.roku.remote.RokuRemote, homeassistant.components.philips_js.remote.PhilipsTVRemote, homeassistant.components.panasonic_viera.remote.PanasonicVieraRemoteEntity, homeassistant.components.mysensors.remote.MySensorsRemote, homeassistant.components.madvr.remote.MadvrRemote, homeassistant.components.kaleidescape.remote.KaleidescapeRemote, homeassistant.components.jvc_projector.remote.JvcProjectorRemote, homeassistant.components.harmony.remote.HarmonyRemote, homeassistant.components.directv.remote.DIRECTVRemote, homeassistant.components.broadlink.remote.BroadlinkRemote, homeassistant.components.braviatv.remote.BraviaTVRemote, homeassistant.components.apple_tv.remote.AppleTVRemote, homeassistant.components.androidtv_remote.remote.AndroidTVRemoteEntity, and homeassistant.components.androidtv.remote.AndroidTVRemote.
Definition at line 231 of file __init__.py.
Active activity.
Reimplemented in homeassistant.components.harmony.remote.HarmonyRemote.
Definition at line 206 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.delete_command | ( | self, | |
| **Any | kwargs | ||
| ) |
Delete commands from the database.
Definition at line 245 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.learn_command | ( | self, | |
| **Any | kwargs | ||
| ) |
Learn a command from a device.
Definition at line 237 of file __init__.py.
| None homeassistant.components.remote.RemoteEntity.send_command | ( | self, | |
| Iterable[str] | command, | ||
| **Any | kwargs | ||
| ) |
Send commands to a device.
Reimplemented in homeassistant.components.sky_remote.remote.SkyRemote, homeassistant.components.kira.remote.KiraRemote, homeassistant.components.jellyfin.remote.JellyfinRemote, homeassistant.components.itach.remote.ITachIP2IRRemote, and homeassistant.components.demo.remote.DemoRemote.
Definition at line 227 of file __init__.py.
Return optional state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 217 of file __init__.py.
| RemoteEntityFeature homeassistant.components.remote.RemoteEntity.supported_features | ( | self | ) |
Flag supported features.
Reimplemented from homeassistant.helpers.entity.Entity.
Reimplemented in homeassistant.components.mysensors.remote.MySensorsRemote.
Definition at line 188 of file __init__.py.
| RemoteEntityFeature homeassistant.components.remote.RemoteEntity.supported_features_compat | ( | self | ) |
Return the supported features as RemoteEntityFeature. Remove this compatibility shim in 2025.1 or later.
Definition at line 193 of file __init__.py.
|
static |
Definition at line 183 of file __init__.py.
|
static |
Definition at line 185 of file __init__.py.