Classes | |
| class | iOSNotificationService |
Functions | |
| iOSNotificationService|None | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
| None | log_rate_limits (HomeAssistant hass, str target, dict[str, Any] resp, int level=20) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | PUSH_URL = "https://ios-push.home-assistant.io/push" |
Support for iOS push notifications.
| iOSNotificationService | None homeassistant.components.ios.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| None homeassistant.components.ios.notify.log_rate_limits | ( | HomeAssistant | hass, |
| str | target, | ||
| dict[str, Any] | resp, | ||
| int | level = 20 |
||
| ) |
|
private |