Home Assistant Unofficial Reference 2024.12.1
schemas.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.eq3btsmart.schemas
 

Variables

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