Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, ConfigEntry entry) |
| None | async_call (self, HomeAssistant hass, ConfigEntry entry) |
| None | async_shutdown (self) |
Public Attributes | |
| entry | |
| hass | |
| token | |
Private Member Functions | |
| None | _async_reload_entry (self) |
Reload only after the timer expires.
Definition at line 69 of file __init__.py.
| None homeassistant.components.samsungtv.DebouncedEntryReloader.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigEntry | entry | ||
| ) |
Init the debounced entry reloader.
Definition at line 72 of file __init__.py.
|
private |
Reload entry.
Definition at line 99 of file __init__.py.
| None homeassistant.components.samsungtv.DebouncedEntryReloader.async_call | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigEntry | entry | ||
| ) |
Start the countdown for a reload.
Definition at line 85 of file __init__.py.
| None homeassistant.components.samsungtv.DebouncedEntryReloader.async_shutdown | ( | self | ) |
Cancel any pending reload.
Definition at line 95 of file __init__.py.
| homeassistant.components.samsungtv.DebouncedEntryReloader.entry |
Definition at line 75 of file __init__.py.
| homeassistant.components.samsungtv.DebouncedEntryReloader.hass |
Definition at line 74 of file __init__.py.
| homeassistant.components.samsungtv.DebouncedEntryReloader.token |
Definition at line 76 of file __init__.py.