Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config.core.CheckConfigView Class Reference
Inheritance diagram for homeassistant.components.config.core.CheckConfigView:
[legend]
Collaboration diagram for homeassistant.components.config.core.CheckConfigView:
[legend]

Public Member Functions

web.Response post (self, web.Request request)
 

Static Public Attributes

string name = "api:config:core:check_config"
 
string url = "/api/config/core/check_config"
 

Detailed Description

Hassbian packages endpoint.

Definition at line 28 of file core.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.config.core.CheckConfigView.post (   self,
web.Request  request 
)
Validate configuration and return results.

Definition at line 35 of file core.py.

Member Data Documentation

◆ name

string homeassistant.components.config.core.CheckConfigView.name = "api:config:core:check_config"
static

Definition at line 32 of file core.py.

◆ url

string homeassistant.components.config.core.CheckConfigView.url = "/api/config/core/check_config"
static

Definition at line 31 of file core.py.


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