Home Assistant Unofficial Reference 2024.12.1
notify.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.notify.MqttNotify
 

Namespaces

 homeassistant.components.mqtt.notify
 

Functions

None homeassistant.components.mqtt.notify.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.mqtt.notify.DEFAULT_NAME = "MQTT notify"
 
 homeassistant.components.mqtt.notify.DISCOVERY_SCHEMA = PLATFORM_SCHEMA_MODERN.extend({}, extra=vol.REMOVE_EXTRA)
 
int homeassistant.components.mqtt.notify.PARALLEL_UPDATES = 0
 
 homeassistant.components.mqtt.notify.PLATFORM_SCHEMA_MODERN