Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.surepetcare Namespace Reference

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 lock
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR]
 
 SCAN_INTERVAL = timedelta(minutes=3)
 

Detailed Description

The surepetcare integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.surepetcare.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Sure Petcare from a config entry.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.surepetcare.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 94 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.surepetcare._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.surepetcare.PLATFORMS = [Platform.BINARY_SENSOR, Platform.LOCK, Platform.SENSOR]

Definition at line 31 of file __init__.py.

◆ SCAN_INTERVAL

homeassistant.components.surepetcare.SCAN_INTERVAL = timedelta(minutes=3)

Definition at line 32 of file __init__.py.