Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser Class Reference
Inheritance diagram for homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser:
[legend]
Collaboration diagram for homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser:
[legend]

Public Member Functions

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

Static Public Attributes

list extra_urls = ["/api/"]
 
string name = "emulated_hue:api:unauthorized_user"
 
bool requires_auth = False
 
string url = "/api"
 

Detailed Description

Handle requests to find the emulated hue bridge.

Definition at line 138 of file hue_api.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser.get (   self,
web.Request  request 
)
Handle a GET request.

Definition at line 146 of file hue_api.py.

Member Data Documentation

◆ extra_urls

list homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser.extra_urls = ["/api/"]
static

Definition at line 143 of file hue_api.py.

◆ name

string homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser.name = "emulated_hue:api:unauthorized_user"
static

Definition at line 142 of file hue_api.py.

◆ requires_auth

bool homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser.requires_auth = False
static

Definition at line 144 of file hue_api.py.

◆ url

string homeassistant.components.emulated_hue.hue_api.HueUnauthorizedUser.url = "/api"
static

Definition at line 141 of file hue_api.py.


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