Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bt_home_hub_5.device_tracker Namespace Reference

Classes

class  BTHomeHub5DeviceScanner
 

Functions

BTHomeHub5DeviceScanner|None get_scanner (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_DEFAULT_IP = "192.168.1.254"
 
 PLATFORM_SCHEMA
 

Detailed Description

Support for BT Home Hub 5.

Function Documentation

◆ get_scanner()

BTHomeHub5DeviceScanner | None homeassistant.components.bt_home_hub_5.device_tracker.get_scanner ( HomeAssistant  hass,
ConfigType   config 
)
Return a BT Home Hub 5 scanner if successful.

Definition at line 29 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.bt_home_hub_5.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file device_tracker.py.

◆ CONF_DEFAULT_IP

string homeassistant.components.bt_home_hub_5.device_tracker.CONF_DEFAULT_IP = "192.168.1.254"

Definition at line 22 of file device_tracker.py.

◆ PLATFORM_SCHEMA

homeassistant.components.bt_home_hub_5.device_tracker.PLATFORM_SCHEMA
Initial value:
1 = DEVICE_TRACKER_PLATFORM_SCHEMA.extend(
2  {vol.Optional(CONF_HOST, default=CONF_DEFAULT_IP): cv.string}
3 )

Definition at line 24 of file device_tracker.py.