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

Variables

string DOMAIN = "button"
 
string SERVICE_PRESS = "press"
 

Detailed Description

Provides the constants needed for the component.

Variable Documentation

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SERVICE_PRESS

string homeassistant.components.button.const.SERVICE_PRESS = "press"

Definition at line 4 of file const.py.