Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.crownstone.entry_manager Namespace Reference

Classes

class  CrownstoneEntryManager
 

Functions

None _async_update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Manager to set up IO with Crownstone devices for a config entry.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.crownstone.entry_manager._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 196 of file entry_manager.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.crownstone.entry_manager._LOGGER = logging.getLogger(__name__)
private

Definition at line 37 of file entry_manager.py.