Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.llamalab_automate.notify.AutomateNotificationService
 

Namespaces

 homeassistant.components.llamalab_automate.notify
 

Functions

AutomateNotificationService homeassistant.components.llamalab_automate.notify.get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.llamalab_automate.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.llamalab_automate.notify._RESOURCE = "https://llamalab.com/automate/cloud/message"
 
string homeassistant.components.llamalab_automate.notify.ATTR_PRIORITY = "priority"
 
string homeassistant.components.llamalab_automate.notify.CONF_TO = "to"
 
 homeassistant.components.llamalab_automate.notify.PLATFORM_SCHEMA