Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rpi_power Namespace Reference

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]
 

Detailed Description

The Raspberry Pi Power Supply Checker integration.

Function Documentation

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.rpi_power.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 16 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.rpi_power.PLATFORMS = [Platform.BINARY_SENSOR]

Definition at line 7 of file __init__.py.