Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.skybell.const Namespace Reference

Variables

string DEFAULT_NAME = "SkyBell"
 
 Final
 
string IMAGE_ACTIVITY = "activity"
 
string IMAGE_AVATAR = "avatar"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Skybell HD Doorbell.

Variable Documentation

◆ DEFAULT_NAME

string homeassistant.components.skybell.const.DEFAULT_NAME = "SkyBell"

Definition at line 6 of file const.py.

◆ Final

homeassistant.components.skybell.const.Final

Definition at line 7 of file const.py.

◆ IMAGE_ACTIVITY

string homeassistant.components.skybell.const.IMAGE_ACTIVITY = "activity"

Definition at line 10 of file const.py.

◆ IMAGE_AVATAR

string homeassistant.components.skybell.const.IMAGE_AVATAR = "avatar"

Definition at line 9 of file const.py.

◆ LOGGER

homeassistant.components.skybell.const.LOGGER = logging.getLogger(__package__)

Definition at line 12 of file const.py.