Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR] |
The Raspberry Pi Power Supply Checker integration.
| bool homeassistant.components.rpi_power.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Raspberry Pi Power Supply Checker from a config entry.
Definition at line 10 of file __init__.py.
| bool homeassistant.components.rpi_power.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 16 of file __init__.py.
| list homeassistant.components.rpi_power.PLATFORMS = [Platform.BINARY_SENSOR] |
Definition at line 7 of file __init__.py.