Go to the source code of this file.
Namespaces | |
| homeassistant.components.nzbget.const | |
Variables | |
| string | homeassistant.components.nzbget.const.ATTR_SPEED = "speed" |
| string | homeassistant.components.nzbget.const.DATA_COORDINATOR = "coordinator" |
| string | homeassistant.components.nzbget.const.DATA_UNDO_UPDATE_LISTENER = "undo_update_listener" |
| string | homeassistant.components.nzbget.const.DEFAULT_NAME = "NZBGet" |
| int | homeassistant.components.nzbget.const.DEFAULT_PORT = 6789 |
| int | homeassistant.components.nzbget.const.DEFAULT_SPEED_LIMIT = 1000 |
| bool | homeassistant.components.nzbget.const.DEFAULT_SSL = False |
| bool | homeassistant.components.nzbget.const.DEFAULT_VERIFY_SSL = False |
| string | homeassistant.components.nzbget.const.DOMAIN = "nzbget" |
| string | homeassistant.components.nzbget.const.SERVICE_PAUSE = "pause" |
| string | homeassistant.components.nzbget.const.SERVICE_RESUME = "resume" |
| string | homeassistant.components.nzbget.const.SERVICE_SET_SPEED = "set_speed" |