Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.netatmo.camera Namespace Reference

Classes

class  NetatmoCamera
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string DEFAULT_QUALITY = "high"
 

Detailed Description

Support for the Netatmo cameras.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.netatmo.camera.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the Netatmo camera platform.

Definition at line 50 of file camera.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.netatmo.camera._LOGGER = logging.getLogger(__name__)
private

Definition at line 45 of file camera.py.

◆ DEFAULT_QUALITY

string homeassistant.components.netatmo.camera.DEFAULT_QUALITY = "high"

Definition at line 47 of file camera.py.