Namespaces | |
| config_flow | |
| const | |
| dms | |
| media_source | |
| util | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
The DLNA Digital Media Server integration. A single config entry is used, with SSDP discovery for media servers. Each server is wrapped in a DmsEntity, and the server's USN is used as the unique_id.
| bool homeassistant.components.dlna_dms.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up DLNA DMS device from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.dlna_dms.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 32 of file __init__.py.