Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.samsungtv.DebouncedEntryReloader Class Reference

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)
 

Detailed Description

Reload only after the timer expires.

Definition at line 69 of file __init__.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.samsungtv.DebouncedEntryReloader.__init__ (   self,
HomeAssistant  hass,
ConfigEntry  entry 
)
Init the debounced entry reloader.

Definition at line 72 of file __init__.py.

Member Function Documentation

◆ _async_reload_entry()

None homeassistant.components.samsungtv.DebouncedEntryReloader._async_reload_entry (   self)
private
Reload entry.

Definition at line 99 of file __init__.py.

◆ async_call()

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.

◆ async_shutdown()

None homeassistant.components.samsungtv.DebouncedEntryReloader.async_shutdown (   self)
Cancel any pending reload.

Definition at line 95 of file __init__.py.

Member Data Documentation

◆ entry

homeassistant.components.samsungtv.DebouncedEntryReloader.entry

Definition at line 75 of file __init__.py.

◆ hass

homeassistant.components.samsungtv.DebouncedEntryReloader.hass

Definition at line 74 of file __init__.py.

◆ token

homeassistant.components.samsungtv.DebouncedEntryReloader.token

Definition at line 76 of file __init__.py.


The documentation for this class was generated from the following file: