Static Public Attributes | |
| string | key = "location" |
Static Public Attributes inherited from homeassistant.components.device_tracker.config_entry.TrackerEntity | |
| int | |
| None | |
| SourceType | |
Static Public Attributes inherited from homeassistant.components.device_tracker.config_entry.BaseTrackerEntity | |
| 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.components.tessie.entity.TessieEntity | |
| vin | |
Public Attributes inherited from homeassistant.components.tessie.entity.TessieBaseEntity | |
| key | |
Public Attributes inherited from homeassistant.components.tessie.coordinator.TessieStateUpdateCoordinator | |
| api_key | |
| data | |
| session | |
| vin | |
Public Attributes inherited from homeassistant.helpers.update_coordinator.DataUpdateCoordinator | |
| always_update | |
| config_entry | |
| data | |
| hass | |
| last_exception | |
| last_update_success | |
| logger | |
| name | |
| setup_method | |
| update_interval | |
| update_method | |
Public Attributes inherited from homeassistant.components.tessie.coordinator.TessieEnergySiteInfoCoordinator | |
| api | |
Public Attributes inherited from homeassistant.components.tessie.coordinator.TessieEnergySiteLiveCoordinator | |
| api | |
Public Attributes inherited from homeassistant.helpers.entity.Entity | |
| device_entry | |
| entity_id | |
| hass | |
| parallel_updates | |
| platform | |
| registry_entry | |
Vehicle Location Device Tracker Class.
Definition at line 46 of file device_tracker.py.
| dict[str, StateType] | None homeassistant.components.tessie.device_tracker.TessieDeviceTrackerLocationEntity.extra_state_attributes | ( | self | ) |
Return device state attributes.
Reimplemented from homeassistant.helpers.entity.Entity.
Definition at line 62 of file device_tracker.py.
| float | None homeassistant.components.tessie.device_tracker.TessieDeviceTrackerLocationEntity.latitude | ( | self | ) |
Return the latitude of the device tracker.
Reimplemented from homeassistant.components.device_tracker.config_entry.TrackerEntity.
Definition at line 57 of file device_tracker.py.
| float | None homeassistant.components.tessie.device_tracker.TessieDeviceTrackerLocationEntity.longitude | ( | self | ) |
Return the longitude of the device tracker.
Reimplemented from homeassistant.components.device_tracker.config_entry.TrackerEntity.
Definition at line 52 of file device_tracker.py.
|
static |
Definition at line 49 of file device_tracker.py.