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

Classes

class  InvalidHost
 
class  JvcProjectorConfigFlow
 

Functions

str get_mac_address (str host, int port, str|None password)
 

Detailed Description

Config flow for the jvc_projector integration.

Function Documentation

◆ get_mac_address()

str homeassistant.components.jvc_projector.config_flow.get_mac_address ( str  host,
int  port,
str | None  password 
)
Get device mac address for config flow.

Definition at line 114 of file config_flow.py.