|
| None | __call__ (self, str|None mac=None, str|None dev_id=None, str|None host_name=None, str|None location_name=None, GPSType|None gps=None, int|None gps_accuracy=None, int|None battery=None, dict[str, Any]|None attributes=None, SourceType|str source_type=SourceType.GPS, str|None picture=None, str|None icon=None, timedelta|None consider_home=None) |
| |
Protocol type for DeviceTracker.async_see callback.
Definition at line 153 of file legacy.py.
◆ __call__()
| None homeassistant.components.device_tracker.legacy.AsyncSeeCallback.__call__ |
( |
|
self, |
|
|
str | None |
mac = None, |
|
|
str | None |
dev_id = None, |
|
|
str | None |
host_name = None, |
|
|
str | None |
location_name = None, |
|
|
GPSType | None |
gps = None, |
|
|
int | None |
gps_accuracy = None, |
|
|
int | None |
battery = None, |
|
|
dict[str, Any] | None |
attributes = None, |
|
|
SourceType | str |
source_type = SourceType.GPS, |
|
|
str | None |
picture = None, |
|
|
str | None |
icon = None, |
|
|
timedelta | None |
consider_home = None |
|
) |
| |
Protocol type for DeviceTracker.async_see callback.
Define async_see type.
Definition at line 156 of file legacy.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/device_tracker/legacy.py