Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.songpal.config_flow.SongpalConfig Class Reference

Public Member Functions

None __init__ (self, str name, str|None host, str endpoint)
 

Public Attributes

 endpoint
 
 host
 
 name
 

Detailed Description

Device Configuration.

Definition at line 21 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.songpal.config_flow.SongpalConfig.__init__ (   self,
str  name,
str | None  host,
str  endpoint 
)
Initialize Configuration.

Definition at line 24 of file config_flow.py.

Member Data Documentation

◆ endpoint

homeassistant.components.songpal.config_flow.SongpalConfig.endpoint

Definition at line 30 of file config_flow.py.

◆ host

homeassistant.components.songpal.config_flow.SongpalConfig.host

Definition at line 29 of file config_flow.py.

◆ name

homeassistant.components.songpal.config_flow.SongpalConfig.name

Definition at line 26 of file config_flow.py.


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