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 | |
The iBeacon tracker integration.
| 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.
| 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.
| bool homeassistant.components.ibeacon.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 26 of file __init__.py.
| homeassistant.components.ibeacon.IBeaconConfigEntry |
Definition at line 13 of file __init__.py.