Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| gateway | |
| notify | |
| sensor | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.SENSOR] |
| dictionary | SMS_CONFIG_SCHEMA = {vol.Required(CONF_DEVICE): cv.isdevice} |
The sms component.
| bool homeassistant.components.sms.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Configure Gammu state machine.
Definition at line 46 of file __init__.py.
| bool homeassistant.components.sms.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Configure Gammu state machine.
Definition at line 53 of file __init__.py.
| bool homeassistant.components.sms.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 97 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.sms.CONFIG_SCHEMA |
Definition at line 33 of file __init__.py.
| list homeassistant.components.sms.PLATFORMS = [Platform.SENSOR] |
Definition at line 29 of file __init__.py.
| dictionary homeassistant.components.sms.SMS_CONFIG_SCHEMA = {vol.Required(CONF_DEVICE): cv.isdevice} |
Definition at line 31 of file __init__.py.