|
| web.Response | post (self, web.Request request) |
| |
Handle requests to create a username for the emulated hue bridge.
Definition at line 151 of file hue_api.py.
◆ post()
| web.Response homeassistant.components.emulated_hue.hue_api.HueUsernameView.post |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Handle a POST request.
Definition at line 159 of file hue_api.py.
◆ extra_urls
| list homeassistant.components.emulated_hue.hue_api.HueUsernameView.extra_urls = ["/api/"] |
|
static |
◆ name
| string homeassistant.components.emulated_hue.hue_api.HueUsernameView.name = "emulated_hue:api:create_username" |
|
static |
◆ requires_auth
| bool homeassistant.components.emulated_hue.hue_api.HueUsernameView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.emulated_hue.hue_api.HueUsernameView.url = "/api" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/emulated_hue/hue_api.py