Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, BrotherConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, BrotherConfigEntry entry) |
Variables | |
| BrotherConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
The Brother component.
| bool homeassistant.components.brother.async_setup_entry | ( | HomeAssistant | hass, |
| BrotherConfigEntry | entry | ||
| ) |
Set up Brother from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.brother.async_unload_entry | ( | HomeAssistant | hass, |
| BrotherConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 43 of file __init__.py.
| homeassistant.components.brother.BrotherConfigEntry |
Definition at line 17 of file __init__.py.
| list homeassistant.components.brother.PLATFORMS = [Platform.SENSOR] |
Definition at line 15 of file __init__.py.