Variables | |
| int | API_TIMEOUT = 5 |
| string | ATTR_ERRORS = "errors" |
| string | ATTR_LIGHTS = "lights" |
| string | ATTR_PUMPS = "pumps" |
| string | ATTR_REMINDERS = "reminders" |
| string | ATTR_STATUS = "status" |
| int | DEFAULT_LIGHT_BRIGHTNESS = 128 |
| string | DEFAULT_LIGHT_EFFECT = "purple" |
| int | DEFAULT_MAX_TEMP = 40 |
| float | DEFAULT_MIN_TEMP = 18.5 |
| string | DOMAIN = "smarttub" |
| string | EVENT_SMARTTUB = "smarttub" |
| int | POLLING_TIMEOUT = 10 |
| int | SCAN_INTERVAL = 60 |
| string | SMARTTUB_CONTROLLER = "smarttub_controller" |
smarttub constants.
| string homeassistant.components.smarttub.const.ATTR_ERRORS = "errors" |
| string homeassistant.components.smarttub.const.ATTR_LIGHTS = "lights" |
| string homeassistant.components.smarttub.const.ATTR_PUMPS = "pumps" |
| string homeassistant.components.smarttub.const.ATTR_REMINDERS = "reminders" |
| string homeassistant.components.smarttub.const.ATTR_STATUS = "status" |
| int homeassistant.components.smarttub.const.DEFAULT_LIGHT_BRIGHTNESS = 128 |
| string homeassistant.components.smarttub.const.DEFAULT_LIGHT_EFFECT = "purple" |
| int homeassistant.components.smarttub.const.DEFAULT_MAX_TEMP = 40 |
| float homeassistant.components.smarttub.const.DEFAULT_MIN_TEMP = 18.5 |
| string homeassistant.components.smarttub.const.DOMAIN = "smarttub" |
| string homeassistant.components.smarttub.const.EVENT_SMARTTUB = "smarttub" |
| int homeassistant.components.smarttub.const.POLLING_TIMEOUT = 10 |
| int homeassistant.components.smarttub.const.SCAN_INTERVAL = 60 |