Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.frontend.ManifestJSONView Class Reference
Inheritance diagram for homeassistant.components.frontend.ManifestJSONView:
[legend]
Collaboration diagram for homeassistant.components.frontend.ManifestJSONView:
[legend]

Public Member Functions

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

Static Public Attributes

string name = "manifestjson"
 
bool requires_auth = False
 
string url = "/manifest.json"
 

Detailed Description

View to return a manifest.json.

Definition at line 696 of file __init__.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.frontend.ManifestJSONView.get (   self,
web.Request  request 
)
Return the manifest.json.

Definition at line 704 of file __init__.py.

Member Data Documentation

◆ name

string homeassistant.components.frontend.ManifestJSONView.name = "manifestjson"
static

Definition at line 701 of file __init__.py.

◆ requires_auth

bool homeassistant.components.frontend.ManifestJSONView.requires_auth = False
static

Definition at line 699 of file __init__.py.

◆ url

string homeassistant.components.frontend.ManifestJSONView.url = "/manifest.json"
static

Definition at line 700 of file __init__.py.


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