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

Variables

string CONF_ENTITY_IDS = "entity_ids"
 
string CONF_ROUND_DIGITS = "round_digits"
 
string DOMAIN = "min_max"
 

Detailed Description

Constants for the Min/Max integration.

Variable Documentation

◆ CONF_ENTITY_IDS

string homeassistant.components.min_max.const.CONF_ENTITY_IDS = "entity_ids"

Definition at line 5 of file const.py.

◆ CONF_ROUND_DIGITS

string homeassistant.components.min_max.const.CONF_ROUND_DIGITS = "round_digits"

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.