Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.insteon.ipdb Namespace Reference

Functions

Iterable[int] get_device_platform_groups (Device device, Platform platform)
 
dict[Platform, Iterable[int]] get_device_platforms (device)
 

Detailed Description

Utility methods for the Insteon platform.

Function Documentation

◆ get_device_platform_groups()

Iterable[int] homeassistant.components.insteon.ipdb.get_device_platform_groups ( Device  device,
Platform  platform 
)
Return the list of device groups for a platform.

Definition at line 117 of file ipdb.py.

◆ get_device_platforms()

dict[Platform, Iterable[int]] homeassistant.components.insteon.ipdb.get_device_platforms (   device)
Return the HA platforms for a device type.

Definition at line 112 of file ipdb.py.