Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.simplepush
 

Functions

bool homeassistant.components.simplepush.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.simplepush.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.simplepush.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.simplepush.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
list homeassistant.components.simplepush.PLATFORMS = [Platform.NOTIFY]