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

Classes

class  MatrixNotificationService
 

Functions

MatrixNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

string CONF_DEFAULT_ROOM = "default_room"
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for Matrix notifications.

Function Documentation

◆ get_service()

MatrixNotificationService homeassistant.components.matrix.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Matrix notification service.

Definition at line 30 of file notify.py.

Variable Documentation

◆ CONF_DEFAULT_ROOM

string homeassistant.components.matrix.notify.CONF_DEFAULT_ROOM = "default_room"

Definition at line 23 of file notify.py.

◆ PLATFORM_SCHEMA

homeassistant.components.matrix.notify.PLATFORM_SCHEMA
Initial value:
1 = NOTIFY_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_DEFAULT_ROOM): cv.string}
3 )

Definition at line 25 of file notify.py.