Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rpi_camera.const
 

Variables

string homeassistant.components.rpi_camera.const.CONF_HORIZONTAL_FLIP = "horizontal_flip"
 
string homeassistant.components.rpi_camera.const.CONF_IMAGE_HEIGHT = "image_height"
 
string homeassistant.components.rpi_camera.const.CONF_IMAGE_QUALITY = "image_quality"
 
string homeassistant.components.rpi_camera.const.CONF_IMAGE_ROTATION = "image_rotation"
 
string homeassistant.components.rpi_camera.const.CONF_IMAGE_WIDTH = "image_width"
 
string homeassistant.components.rpi_camera.const.CONF_OVERLAY_METADATA = "overlay_metadata"
 
string homeassistant.components.rpi_camera.const.CONF_OVERLAY_TIMESTAMP = "overlay_timestamp"
 
string homeassistant.components.rpi_camera.const.CONF_TIMELAPSE = "timelapse"
 
string homeassistant.components.rpi_camera.const.CONF_VERTICAL_FLIP = "vertical_flip"
 
int homeassistant.components.rpi_camera.const.DEFAULT_HORIZONTAL_FLIP = 0
 
int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_HEIGHT = 480
 
int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_QUALITY = 7
 
int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_ROTATION = 0
 
int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_WIDTH = 640
 
string homeassistant.components.rpi_camera.const.DEFAULT_NAME = "Raspberry Pi Camera"
 
int homeassistant.components.rpi_camera.const.DEFAULT_TIMELAPSE = 1000
 
int homeassistant.components.rpi_camera.const.DEFAULT_VERTICAL_FLIP = 0
 
string homeassistant.components.rpi_camera.const.DOMAIN = "rpi_camera"