Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ios.notify Namespace Reference

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"
 

Detailed Description

Support for iOS push notifications.

Function Documentation

◆ get_service()

iOSNotificationService | None homeassistant.components.ios.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the iOS notification service.

Definition at line 53 of file notify.py.

◆ log_rate_limits()

None homeassistant.components.ios.notify.log_rate_limits ( HomeAssistant  hass,
str  target,
dict[str, Any]  resp,
int   level = 20 
)
Output rate limit log line at given level.

Definition at line 30 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ios.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 25 of file notify.py.

◆ PUSH_URL

string homeassistant.components.ios.notify.PUSH_URL = "https://ios-push.home-assistant.io/push"

Definition at line 27 of file notify.py.