Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.lannouncer.notify.LannouncerNotificationService
 

Namespaces

 homeassistant.components.lannouncer.notify
 

Functions

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

Variables

 homeassistant.components.lannouncer.notify._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.lannouncer.notify.ATTR_METHOD = "method"
 
list homeassistant.components.lannouncer.notify.ATTR_METHOD_ALLOWED = ["speak", "alarm"]
 
string homeassistant.components.lannouncer.notify.ATTR_METHOD_DEFAULT = "speak"
 
int homeassistant.components.lannouncer.notify.DEFAULT_PORT = 1035
 
 homeassistant.components.lannouncer.notify.PLATFORM_SCHEMA