Home Assistant Unofficial Reference 2024.12.1
image_processing.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.sighthound.image_processing.SighthoundEntity
 

Namespaces

 homeassistant.components.sighthound.image_processing
 

Functions

None homeassistant.components.sighthound.image_processing.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.sighthound.image_processing._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.sighthound.image_processing.ATTR_BOUNDING_BOX = "bounding_box"
 
string homeassistant.components.sighthound.image_processing.ATTR_PEOPLE = "people"
 
string homeassistant.components.sighthound.image_processing.CONF_ACCOUNT_TYPE = "account_type"
 
string homeassistant.components.sighthound.image_processing.CONF_SAVE_FILE_FOLDER = "save_file_folder"
 
string homeassistant.components.sighthound.image_processing.CONF_SAVE_TIMESTAMPTED_FILE = "save_timestamped_file"
 
string homeassistant.components.sighthound.image_processing.DATETIME_FORMAT = "%Y-%m-%d_%H:%M:%S"
 
string homeassistant.components.sighthound.image_processing.DEV = "dev"
 
string homeassistant.components.sighthound.image_processing.EVENT_PERSON_DETECTED = "sighthound.person_detected"
 
 homeassistant.components.sighthound.image_processing.PLATFORM_SCHEMA
 
string homeassistant.components.sighthound.image_processing.PROD = "prod"