Namespaces | |
| binary_sensor | |
| button | |
| camera | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| event | |
| light | |
| number | |
| sensor | |
| siren | |
| switch | |
Classes | |
| class | RingData |
Functions | |
| bool | async_migrate_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, RingConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| str | get_auth_user_agent () |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| RingConfigEntry | |
Support for Ring Doorbell/Chimes.
| bool homeassistant.components.ring.async_migrate_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Migrate old config entry.
Definition at line 106 of file __init__.py.
| bool homeassistant.components.ring.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 99 of file __init__.py.
| bool homeassistant.components.ring.async_setup_entry | ( | HomeAssistant | hass, |
| RingConfigEntry | entry | ||
| ) |
Set up a config entry.
Definition at line 46 of file __init__.py.
| bool homeassistant.components.ring.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Ring entry.
Definition at line 94 of file __init__.py.
| str homeassistant.components.ring.get_auth_user_agent | ( | ) |
Return user-agent for Auth instantiation. user_agent will be the display name in the ring.com authorised devices.
Definition at line 38 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| homeassistant.components.ring.RingConfigEntry |
Definition at line 35 of file __init__.py.