Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sms
 

Functions

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

Variables

 homeassistant.components.sms._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.sms.CONFIG_SCHEMA
 
list homeassistant.components.sms.PLATFORMS = [Platform.SENSOR]
 
dictionary homeassistant.components.sms.SMS_CONFIG_SCHEMA = {vol.Required(CONF_DEVICE): cv.isdevice}