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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 device_tracker
 
 entity
 
 sensor
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, IBeaconConfigEntry config_entry, DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, IBeaconConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 IBeaconConfigEntry
 

Detailed Description

The iBeacon tracker integration.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.ibeacon.async_remove_config_entry_device ( HomeAssistant  hass,
IBeaconConfigEntry  config_entry,
DeviceEntry   device_entry 
)
Remove iBeacon config entry from a device.

Definition at line 31 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.ibeacon.async_setup_entry ( HomeAssistant  hass,
IBeaconConfigEntry  entry 
)
Set up Bluetooth LE Tracker from a config entry.

Definition at line 16 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 26 of file __init__.py.

Variable Documentation

◆ IBeaconConfigEntry

homeassistant.components.ibeacon.IBeaconConfigEntry

Definition at line 13 of file __init__.py.