Namespaces | |
| binary_sensor | |
| button | |
| camera | |
| config_flow | |
| const | |
| data | |
| diagnostics | |
| entity | |
| event | |
| gateway | |
| lock | |
| sensor | |
| util | |
Functions | |
| None | _async_create_yale_brand_migration_issue (HomeAssistant hass, AugustConfigEntry entry) |
| bool | async_remove_config_entry_device (HomeAssistant hass, AugustConfigEntry config_entry, dr.DeviceEntry device_entry) |
| None | async_remove_entry (HomeAssistant hass, AugustConfigEntry entry) |
| None | async_setup_august (HomeAssistant hass, AugustConfigEntry entry, AugustGateway august_gateway) |
| bool | async_setup_entry (HomeAssistant hass, AugustConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, AugustConfigEntry entry) |
Variables | |
| AugustConfigEntry | |
Support for August devices.
|
private |
Create an issue for a brand migration.
Definition at line 29 of file __init__.py.
| bool homeassistant.components.august.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| AugustConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove august config entry from a device if its no longer present.
Definition at line 92 of file __init__.py.
| None homeassistant.components.august.async_remove_entry | ( | HomeAssistant | hass, |
| AugustConfigEntry | entry | ||
| ) |
Remove an August config entry.
Definition at line 64 of file __init__.py.
| None homeassistant.components.august.async_setup_august | ( | HomeAssistant | hass, |
| AugustConfigEntry | entry, | ||
| AugustGateway | august_gateway | ||
| ) |
Set up the August component.
Definition at line 74 of file __init__.py.
| bool homeassistant.components.august.async_setup_entry | ( | HomeAssistant | hass, |
| AugustConfigEntry | entry | ||
| ) |
Set up August from a config entry.
Definition at line 48 of file __init__.py.
| bool homeassistant.components.august.async_unload_entry | ( | HomeAssistant | hass, |
| AugustConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.
| homeassistant.components.august.AugustConfigEntry |
Definition at line 25 of file __init__.py.