Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kostal_plenticore.helper Namespace Reference

Classes

class  PlenticoreDataFormatter
 

Functions

str get_hostname_id (ApiClient client)
 

Variables

tuple _KNOWN_HOSTNAME_IDS = ("Network:Hostname", "Hostname")
 

Detailed Description

Code to handle the Plenticore API.

Function Documentation

◆ get_hostname_id()

str homeassistant.components.kostal_plenticore.helper.get_hostname_id ( ApiClient  client)
Check for known existing hostname ids.

Definition at line 110 of file helper.py.

Variable Documentation

◆ _KNOWN_HOSTNAME_IDS

tuple homeassistant.components.kostal_plenticore.helper._KNOWN_HOSTNAME_IDS = ("Network:Hostname", "Hostname")
private

Definition at line 10 of file helper.py.