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

Variables

 Final
 
 LOGGER = logging.getLogger(__package__)
 
 SCAN_INTERVAL = timedelta(seconds=5)
 

Detailed Description

Constants for the P1 Monitor integration.

Variable Documentation

◆ Final

homeassistant.components.p1_monitor.const.Final

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.p1_monitor.const.SCAN_INTERVAL = timedelta(seconds=5)

Definition at line 11 of file const.py.