Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.roon.config_flow.RoonHub Class Reference

Public Member Functions

None __init__ (self, HomeAssistant hass)
 
def authenticate (self, host, port, servers)
 
list[tuple[str, int]] discover (self)
 

Private Attributes

 _hass
 

Detailed Description

Interact with roon during config flow.

Definition at line 37 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.roon.config_flow.RoonHub.__init__ (   self,
HomeAssistant  hass 
)
Interact with roon during config flow.
Initialise the RoonHub.

Definition at line 40 of file config_flow.py.

Member Function Documentation

◆ authenticate()

def homeassistant.components.roon.config_flow.RoonHub.authenticate (   self,
  host,
  port,
  servers 
)
Authenticate with one or more roon servers.

Definition at line 59 of file config_flow.py.

◆ discover()

list[tuple[str, int]] homeassistant.components.roon.config_flow.RoonHub.discover (   self)
Try and discover roon servers.

Definition at line 44 of file config_flow.py.

Member Data Documentation

◆ _hass

homeassistant.components.roon.config_flow.RoonHub._hass
private

Definition at line 42 of file config_flow.py.


The documentation for this class was generated from the following file: