Private Attributes | |
| _attr_available | |
| _attr_is_on | |
| _attr_unique_id | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.directv.entity.DIRECTVEntity | |
| dtv | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Static Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| bool | |
| EntityPlatform | |
| HomeAssistant | |
| None | |
| StateInfo | |
| StateType | |
| str | |
Static Public Attributes inherited from homeassistant.components.remote.RemoteEntity | |
| None | |
| RemoteEntityFeature | |
Static Public Attributes inherited from homeassistant.helpers.entity.ToggleEntity | |
| None | |
| None homeassistant.components.directv.remote.DIRECTVRemote.__init__ | ( | self, | |
| *DIRECTV | dtv, | ||
| str | name, | ||
| str | address = "0" |
||
| ) |
Initialize DirecTV remote.
Reimplemented from homeassistant.components.directv.entity.DIRECTVEntity.
| None homeassistant.components.directv.remote.DIRECTVRemote.async_send_command | ( | self, | |
| Iterable[str] | command, | ||
| **Any | kwargs | ||
| ) |
Send a command to a device. Supported keys: power, poweron, poweroff, format, pause, rew, replay, stop, advance, ffwd, record, play, guide, active, list, exit, back, menu, info, up, down, left, right, select, red, green, yellow, blue, chanup, chandown, prev, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, dash, enter
Reimplemented from homeassistant.components.remote.RemoteEntity.
| None homeassistant.components.directv.remote.DIRECTVRemote.async_turn_off | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn the device off.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
| None homeassistant.components.directv.remote.DIRECTVRemote.async_turn_on | ( | self, | |
| **Any | kwargs | ||
| ) |
Turn the device on.
Reimplemented from homeassistant.helpers.entity.ToggleEntity.
| None homeassistant.components.directv.remote.DIRECTVRemote.async_update | ( | self | ) |
|
private |
|
private |
|
private |