Home Assistant Unofficial Reference 2024.12.1
homeassistant.core_config.ConfigSource Class Reference
Inheritance diagram for homeassistant.core_config.ConfigSource:
[legend]
Collaboration diagram for homeassistant.core_config.ConfigSource:
[legend]

Static Public Attributes

string DEFAULT = "default"
 
string DISCOVERED = "discovered"
 
string STORAGE = "storage"
 
string YAML = "yaml"
 

Detailed Description

Source of core configuration.

Definition at line 95 of file core_config.py.

Member Data Documentation

◆ DEFAULT

string homeassistant.core_config.ConfigSource.DEFAULT = "default"
static

Definition at line 98 of file core_config.py.

◆ DISCOVERED

string homeassistant.core_config.ConfigSource.DISCOVERED = "discovered"
static

Definition at line 99 of file core_config.py.

◆ STORAGE

string homeassistant.core_config.ConfigSource.STORAGE = "storage"
static

Definition at line 100 of file core_config.py.

◆ YAML

string homeassistant.core_config.ConfigSource.YAML = "yaml"
static

Definition at line 101 of file core_config.py.


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