Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lupusec.const Namespace Reference

Variables

string DOMAIN = "lupusec"
 
dictionary TYPE_TRANSLATION
 

Detailed Description

Constants for the Lupusec component.

Variable Documentation

◆ DOMAIN

string homeassistant.components.lupusec.const.DOMAIN = "lupusec"

Definition at line 19 of file const.py.

◆ TYPE_TRANSLATION

dictionary homeassistant.components.lupusec.const.TYPE_TRANSLATION
Initial value:
1 = {
2  TYPE_WINDOW: "Fensterkontakt",
3  TYPE_DOOR: "Türkontakt",
4  TYPE_SMOKE: "Rauchmelder",
5  TYPE_WATER: "Wassermelder",
6  TYPE_POWER_SWITCH: "Steckdose",
7  TYPE_CONTACT_XT: "Fenster- / Türkontakt V2",
8  TYPE_WATER_XT: "Wassermelder V2",
9  TYPE_SMOKE_XT: "Rauchmelder V2",
10  TYPE_POWER_SWITCH_1_XT: "Funksteckdose",
11  TYPE_POWER_SWITCH_2_XT: "Funksteckdose V2",
12  TYPE_KEYPAD_V2: "Keypad V2",
13  TYPE_INDOOR_SIREN_XT: "Innensirene",
14  TYPE_OUTDOOR_SIREN_XT: "Außensirene V2",
15 }

Definition at line 21 of file const.py.