Namespaces | |
| bridge | |
| config_flow | |
| const | |
| coordinator | |
| device_trigger | |
| diagnostics | |
| entity | |
| helpers | |
| media_player | |
| remote | |
| trigger | |
| triggers | |
Classes | |
| class | DebouncedEntryReloader |
Functions | |
| SamsungTVBridge | _async_create_bridge_with_updated_data (HomeAssistant hass, ConfigEntry entry) |
| SamsungTVBridge | _async_get_device_bridge (HomeAssistant hass, dict[str, Any] data) |
| None | _async_update_ssdp_locations (HomeAssistant hass, ConfigEntry entry) |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_setup_entry (HomeAssistant hass, SamsungTVConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SamsungTVConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE] |
| SamsungTVConfigEntry = ConfigEntry[SamsungTVDataUpdateCoordinator] | |
The Samsung TV integration.
|
private |
Create a bridge object and update any missing data in the config entry.
Definition at line 176 of file __init__.py.
|
private |
Get device bridge.
Definition at line 56 of file __init__.py.
|
private |
Update ssdp locations from discovery cache.
Definition at line 105 of file __init__.py.
| bool homeassistant.components.samsungtv.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Migrate old entry.
Definition at line 264 of file __init__.py.
| bool homeassistant.components.samsungtv.async_setup_entry | ( | HomeAssistant | hass, |
| SamsungTVConfigEntry | entry | ||
| ) |
Set up the Samsung TV platform.
Definition at line 123 of file __init__.py.
| bool homeassistant.components.samsungtv.async_unload_entry | ( | HomeAssistant | hass, |
| SamsungTVConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 259 of file __init__.py.
| list homeassistant.components.samsungtv.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.REMOTE] |
Definition at line 49 of file __init__.py.
| homeassistant.components.samsungtv.SamsungTVConfigEntry = ConfigEntry[SamsungTVDataUpdateCoordinator] |
Definition at line 52 of file __init__.py.