Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritzbox_callmonitor.base Namespace Reference

Classes

class  FritzBoxPhonebook
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 MIN_TIME_PHONEBOOK_UPDATE = timedelta(hours=6)
 

Detailed Description

Base class for fritzbox_callmonitor entities.

Variable Documentation

◆ _LOGGER

homeassistant.components.fritzbox_callmonitor.base._LOGGER = logging.getLogger(__name__)
private

Definition at line 16 of file base.py.

◆ MIN_TIME_PHONEBOOK_UPDATE

homeassistant.components.fritzbox_callmonitor.base.MIN_TIME_PHONEBOOK_UPDATE = timedelta(hours=6)

Definition at line 19 of file base.py.