1 """The Raspberry Pi Power Supply Checker integration."""
7 PLATFORMS = [Platform.BINARY_SENSOR]
11 """Set up Raspberry Pi Power Supply Checker from a config entry."""
12 await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
17 """Unload a config entry."""
18 return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
bool async_unload_entry(HomeAssistant hass, ConfigEntry entry)
bool async_setup_entry(HomeAssistant hass, ConfigEntry entry)