Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rainforest_raven.config_flow Namespace Reference

Classes

class  RainforestRavenConfigFlow
 

Functions

str _format_id (str|int value)
 
str _generate_unique_id (ListPortInfo|usb.UsbServiceInfo info)
 

Detailed Description

Config flow for Rainforest RAVEn devices.

Function Documentation

◆ _format_id()

str homeassistant.components.rainforest_raven.config_flow._format_id ( str | int  value)
private

Definition at line 27 of file config_flow.py.

◆ _generate_unique_id()

str homeassistant.components.rainforest_raven.config_flow._generate_unique_id ( ListPortInfo | usb.UsbServiceInfo  info)
private
Generate unique id from usb attributes.

Definition at line 33 of file config_flow.py.