Variables | |
| string | ATTR_REQUEST_POSITION = "request_position" |
| string | ATTRIBUTION = "Based on an unofficial Brunt SDK." |
| int | CLOSED_POSITION = 0 |
| string | DOMAIN = "brunt" |
| FAST_INTERVAL = timedelta(seconds=5) | |
| string | NOTIFICATION_ID = "brunt_notification" |
| string | NOTIFICATION_TITLE = "Brunt Cover Setup" |
| int | OPEN_POSITION = 100 |
| list | PLATFORMS = [Platform.COVER] |
| REGULAR_INTERVAL = timedelta(seconds=20) | |
Constants for Brunt.
| string homeassistant.components.brunt.const.ATTR_REQUEST_POSITION = "request_position" |
| string homeassistant.components.brunt.const.ATTRIBUTION = "Based on an unofficial Brunt SDK." |
| int homeassistant.components.brunt.const.CLOSED_POSITION = 0 |
| homeassistant.components.brunt.const.FAST_INTERVAL = timedelta(seconds=5) |
| string homeassistant.components.brunt.const.NOTIFICATION_ID = "brunt_notification" |
| string homeassistant.components.brunt.const.NOTIFICATION_TITLE = "Brunt Cover Setup" |
| int homeassistant.components.brunt.const.OPEN_POSITION = 100 |
| list homeassistant.components.brunt.const.PLATFORMS = [Platform.COVER] |