Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.samsungtv.config_flow.SamsungTVConfigFlow
 

Namespaces

 homeassistant.components.samsungtv.config_flow
 

Functions

bool homeassistant.components.samsungtv.config_flow._entry_is_complete (ConfigEntry entry, str|None ssdp_rendering_control_location, str|None ssdp_main_tv_agent_location)
 
bool homeassistant.components.samsungtv.config_flow._mac_is_same_with_incorrect_formatting (str current_unformatted_mac, str formatted_mac)
 
str homeassistant.components.samsungtv.config_flow._strip_uuid (str udn)
 

Variables

 homeassistant.components.samsungtv.config_flow.DATA_SCHEMA = vol.Schema({vol.Required(CONF_HOST): str, vol.Required(CONF_NAME): str})