|
| string | name = "emulated_hue:lights:state" |
| |
| bool | requires_auth = False |
| |
| string | url = "/api/{username}/lights" |
| |
Handle requests for getting info about all entities.
Definition at line 228 of file hue_api.py.
◆ __init__()
| None homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.__init__ |
( |
|
self, |
|
|
Config |
config |
|
) |
| |
Initialize the instance of the view.
Definition at line 235 of file hue_api.py.
◆ get()
| web.Response homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
username |
|
) |
| |
Process a request to get the list of available lights.
Definition at line 240 of file hue_api.py.
◆ config
| homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.config |
◆ name
| string homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.name = "emulated_hue:lights:state" |
|
static |
◆ requires_auth
| bool homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.emulated_hue.hue_api.HueAllLightsStateView.url = "/api/{username}/lights" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/emulated_hue/hue_api.py