Classes | |
| class | MobileAppNotificationService |
Functions | |
| MobileAppNotificationService | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
| def | log_rate_limits (hass, device_name, resp, level=logging.INFO) |
| def | push_registrations (hass) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for mobile_app push notifications.
| MobileAppNotificationService homeassistant.components.mobile_app.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| def homeassistant.components.mobile_app.notify.log_rate_limits | ( | hass, | |
| device_name, | |||
| resp, | |||
level = logging.INFO |
|||
| ) |
| def homeassistant.components.mobile_app.notify.push_registrations | ( | hass | ) |