Namespaces | |
| config_flow | |
| const | |
| media_player | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
SlimProto Player integration.
| bool homeassistant.components.slimproto.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.slimproto.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.slimproto.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 46 of file __init__.py.
| list homeassistant.components.slimproto.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 14 of file __init__.py.