Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ads.hub Namespace Reference

Classes

class  AdsHub
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 NotificationItem
 

Detailed Description

Support for Automation Device Specification (ADS).

Variable Documentation

◆ _LOGGER

homeassistant.components.ads.hub._LOGGER = logging.getLogger(__name__)
private

Definition at line 11 of file hub.py.

◆ NotificationItem

homeassistant.components.ads.hub.NotificationItem
Initial value:
1 = namedtuple( # noqa: PYI024
2  "NotificationItem", "hnotify huser name plc_datatype callback"
3 )

Definition at line 14 of file hub.py.