Return config view of emulated hue.
Definition at line 277 of file hue_api.py.
◆ __init__()
| None homeassistant.components.emulated_hue.hue_api.HueConfigView.__init__ |
( |
|
self, |
|
|
Config |
config |
|
) |
| |
Initialize the instance of the view.
Definition at line 285 of file hue_api.py.
◆ get()
| web.Response homeassistant.components.emulated_hue.hue_api.HueConfigView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
username = "" |
|
) |
| |
Process a request to get the configuration.
Definition at line 290 of file hue_api.py.
◆ config
| homeassistant.components.emulated_hue.hue_api.HueConfigView.config |
◆ extra_urls
| list homeassistant.components.emulated_hue.hue_api.HueConfigView.extra_urls = ["/api/config"] |
|
static |
◆ name
| string homeassistant.components.emulated_hue.hue_api.HueConfigView.name = "emulated_hue:username:config" |
|
static |
◆ requires_auth
| bool homeassistant.components.emulated_hue.hue_api.HueConfigView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.emulated_hue.hue_api.HueConfigView.url = "/api/{username}/config" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/emulated_hue/hue_api.py