Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.config_validation.UrlProtocolSchema Class Reference
Inheritance diagram for homeassistant.helpers.config_validation.UrlProtocolSchema:
[legend]
Collaboration diagram for homeassistant.helpers.config_validation.UrlProtocolSchema:
[legend]

Static Public Attributes

 HOMEASSISTANT
 
 HTTP
 
 HTTPS
 

Detailed Description

Valid URL protocol schema values.

Definition at line 168 of file config_validation.py.

Member Data Documentation

◆ HOMEASSISTANT

homeassistant.helpers.config_validation.UrlProtocolSchema.HOMEASSISTANT
static

Definition at line 173 of file config_validation.py.

◆ HTTP

homeassistant.helpers.config_validation.UrlProtocolSchema.HTTP
static

Definition at line 171 of file config_validation.py.

◆ HTTPS

homeassistant.helpers.config_validation.UrlProtocolSchema.HTTPS
static

Definition at line 172 of file config_validation.py.


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