Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ruuvi_gateway.bluetooth Namespace Reference

Classes

class  RuuviGatewayScanner
 

Functions

tuple[RuuviGatewayScanner, CALLBACK_TYPE] async_connect_scanner (HomeAssistant hass, ConfigEntry entry, RuuviGatewayUpdateCoordinator coordinator)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Bluetooth support for Ruuvi Gateway.

Function Documentation

◆ async_connect_scanner()

tuple[RuuviGatewayScanner, CALLBACK_TYPE] homeassistant.components.ruuvi_gateway.bluetooth.async_connect_scanner ( HomeAssistant  hass,
ConfigEntry  entry,
RuuviGatewayUpdateCoordinator  coordinator 
)
Connect scanner and start polling.

Definition at line 69 of file bluetooth.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ruuvi_gateway.bluetooth._LOGGER = logging.getLogger(__name__)
private

Definition at line 19 of file bluetooth.py.