Variables | |
| string | ATTR_ANONYMIZE = "anonymize" |
| string | ATTR_BITRATE = "bitrate" |
| string | ATTR_CHANNEL_ID = "channel_id" |
| string | ATTR_DURATION = "duration" |
| string | ATTR_EVENT_ID = "event_id" |
| string | ATTR_EVENT_SCORE = "event_score" |
| string | ATTR_FPS = "fps" |
| string | ATTR_HEIGHT = "height" |
| string | ATTR_MESSAGE = "message" |
| string | ATTR_WIDTH = "width" |
| int | AUTH_RETRIES = 2 |
| string | CONF_ALL_UPDATES = "all_updates" |
| string | CONF_ALLOW_EA = "allow_ea_channel" |
| string | CONF_DISABLE_RTSP = "disable_rtsp" |
| string | CONF_MAX_MEDIA = "max_media" |
| string | CONF_OVERRIDE_CHOST = "override_connection_host" |
| list | CONFIG_OPTIONS |
| string | DEFAULT_ATTRIBUTION = "Powered by UniFi Protect Server" |
| string | DEFAULT_BRAND = "Ubiquiti" |
| int | DEFAULT_MAX_MEDIA = 1000 |
| int | DEFAULT_PORT = 443 |
| bool | DEFAULT_VERIFY_SSL = False |
| dictionary | DEVICES_FOR_SUBSCRIBE = DEVICES_WITH_ENTITIES | {ModelType.EVENT} |
| dictionary | DEVICES_THAT_ADOPT |
| dictionary | DEVICES_WITH_ENTITIES = DEVICES_THAT_ADOPT | {ModelType.NVR} |
| string | DISPATCH_ADD = "add_device" |
| string | DISPATCH_ADOPT = "adopt_device" |
| string | DISPATCH_CHANNELS = "new_camera_channels" |
| string | DOMAIN = "unifiprotect" |
| Final | |
| MIN_REQUIRED_PROTECT_V = Version("1.20.0") | |
| tuple | OUTDATED_LOG_MESSAGE |
| list | PLATFORMS |
| string | TYPE_EMPTY_VALUE = "" |
Constant definitions for UniFi Protect Integration.
| string homeassistant.components.unifiprotect.const.ATTR_ANONYMIZE = "anonymize" |
| string homeassistant.components.unifiprotect.const.ATTR_BITRATE = "bitrate" |
| string homeassistant.components.unifiprotect.const.ATTR_CHANNEL_ID = "channel_id" |
| string homeassistant.components.unifiprotect.const.ATTR_DURATION = "duration" |
| string homeassistant.components.unifiprotect.const.ATTR_EVENT_ID = "event_id" |
| string homeassistant.components.unifiprotect.const.ATTR_EVENT_SCORE = "event_score" |
| string homeassistant.components.unifiprotect.const.ATTR_FPS = "fps" |
| string homeassistant.components.unifiprotect.const.ATTR_HEIGHT = "height" |
| string homeassistant.components.unifiprotect.const.ATTR_MESSAGE = "message" |
| string homeassistant.components.unifiprotect.const.ATTR_WIDTH = "width" |
| int homeassistant.components.unifiprotect.const.AUTH_RETRIES = 2 |
| string homeassistant.components.unifiprotect.const.CONF_ALL_UPDATES = "all_updates" |
| string homeassistant.components.unifiprotect.const.CONF_ALLOW_EA = "allow_ea_channel" |
| string homeassistant.components.unifiprotect.const.CONF_DISABLE_RTSP = "disable_rtsp" |
| string homeassistant.components.unifiprotect.const.CONF_MAX_MEDIA = "max_media" |
| string homeassistant.components.unifiprotect.const.CONF_OVERRIDE_CHOST = "override_connection_host" |
| list homeassistant.components.unifiprotect.const.CONFIG_OPTIONS |
| string homeassistant.components.unifiprotect.const.DEFAULT_ATTRIBUTION = "Powered by UniFi Protect Server" |
| string homeassistant.components.unifiprotect.const.DEFAULT_BRAND = "Ubiquiti" |
| int homeassistant.components.unifiprotect.const.DEFAULT_MAX_MEDIA = 1000 |
| int homeassistant.components.unifiprotect.const.DEFAULT_PORT = 443 |
| bool homeassistant.components.unifiprotect.const.DEFAULT_VERIFY_SSL = False |
| dictionary homeassistant.components.unifiprotect.const.DEVICES_FOR_SUBSCRIBE = DEVICES_WITH_ENTITIES | {ModelType.EVENT} |
| dictionary homeassistant.components.unifiprotect.const.DEVICES_THAT_ADOPT |
| dictionary homeassistant.components.unifiprotect.const.DEVICES_WITH_ENTITIES = DEVICES_THAT_ADOPT | {ModelType.NVR} |
| string homeassistant.components.unifiprotect.const.DISPATCH_ADD = "add_device" |
| string homeassistant.components.unifiprotect.const.DISPATCH_ADOPT = "adopt_device" |
| string homeassistant.components.unifiprotect.const.DISPATCH_CHANNELS = "new_camera_channels" |
| string homeassistant.components.unifiprotect.const.DOMAIN = "unifiprotect" |
| homeassistant.components.unifiprotect.const.MIN_REQUIRED_PROTECT_V = Version("1.20.0") |
| tuple homeassistant.components.unifiprotect.const.OUTDATED_LOG_MESSAGE |
| list homeassistant.components.unifiprotect.const.PLATFORMS |