Home Assistant Unofficial Reference 2024.12.1
binary_sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.smarttub.binary_sensor.SmartTubError
 
class  homeassistant.components.smarttub.binary_sensor.SmartTubOnline
 
class  homeassistant.components.smarttub.binary_sensor.SmartTubReminder
 

Namespaces

 homeassistant.components.smarttub.binary_sensor
 

Functions

None homeassistant.components.smarttub.binary_sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.smarttub.binary_sensor.ATTR_CREATED_AT = "created_at"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_ERROR_CODE = "error_code"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_ERROR_DESCRIPTION = "error_description"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_ERROR_TITLE = "error_title"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_ERROR_TYPE = "error_type"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_REMINDER_DAYS = "days"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_REMINDER_SNOOZED = "snoozed"
 
string homeassistant.components.smarttub.binary_sensor.ATTR_UPDATED_AT = "updated_at"
 
 homeassistant.components.smarttub.binary_sensor.VolDictType