Classes | |
| class | SystemBridgeNotificationService |
Functions | |
| SystemBridgeNotificationService|None | async_get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_ACTIONS = "actions" |
| string | ATTR_AUDIO = "audio" |
| string | ATTR_IMAGE = "image" |
| string | ATTR_TIMEOUT = "timeout" |
Support for System Bridge notification service.
| SystemBridgeNotificationService | None homeassistant.components.system_bridge.notify.async_get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.system_bridge.notify.ATTR_ACTIONS = "actions" |
| string homeassistant.components.system_bridge.notify.ATTR_AUDIO = "audio" |
| string homeassistant.components.system_bridge.notify.ATTR_IMAGE = "image" |