Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.eq3btsmart.schemas Namespace Reference

Variables

 SCHEMA_DEVICE = vol.Schema({vol.Required(CONF_MAC): cv.string})
 
 SCHEMA_MAC
 
 SCHEMA_TEMPERATURE = vol.Range(min=EQ3BT_MIN_TEMP, max=EQ3BT_MAX_TEMP)
 

Detailed Description

Voluptuous schemas for eq3btsmart.

Variable Documentation

◆ SCHEMA_DEVICE

homeassistant.components.eq3btsmart.schemas.SCHEMA_DEVICE = vol.Schema({vol.Required(CONF_MAC): cv.string})

Definition at line 10 of file schemas.py.

◆ SCHEMA_MAC

homeassistant.components.eq3btsmart.schemas.SCHEMA_MAC
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_MAC): str,
4  }
5 )

Definition at line 11 of file schemas.py.

◆ SCHEMA_TEMPERATURE

homeassistant.components.eq3btsmart.schemas.SCHEMA_TEMPERATURE = vol.Range(min=EQ3BT_MIN_TEMP, max=EQ3BT_MAX_TEMP)

Definition at line 9 of file schemas.py.