Public Member Functions | |
| Any | __getattr__ (self, str name) |
| None | __init__ (self, Camera camera, str service) |
| str | __str__ (self) |
Private Member Functions | |
| None | _report_issue (self) |
Private Attributes | |
| _camera | |
| _entity_id | |
| _hass | |
| _service | |
Class to warn when the `entity_id` template variable is accessed. Can be removed in HA Core 2025.6.
Definition at line 1133 of file __init__.py.
| None homeassistant.components.camera._TemplateCameraEntity.__init__ | ( | self, | |
| Camera | camera, | ||
| str | service | ||
| ) |
Initialize.
Definition at line 1139 of file __init__.py.
| Any homeassistant.components.camera._TemplateCameraEntity.__getattr__ | ( | self, | |
| str | name | ||
| ) |
Forward to the camera entity.
Definition at line 1162 of file __init__.py.
| str homeassistant.components.camera._TemplateCameraEntity.__str__ | ( | self | ) |
Forward to the camera entity.
Definition at line 1167 of file __init__.py.
|
private |
Create a repair issue.
Definition at line 1146 of file __init__.py.
|
private |
Definition at line 1141 of file __init__.py.
|
private |
Definition at line 1142 of file __init__.py.
|
private |
Definition at line 1143 of file __init__.py.
|
private |
Definition at line 1144 of file __init__.py.