|
| string | name = "emulated_hue:all_groups:state" |
| |
| bool | requires_auth = False |
| |
| string | url = "/api/{username}/groups" |
| |
Handle requests for getting info about entity groups.
Definition at line 176 of file hue_api.py.
◆ __init__()
| None homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.__init__ |
( |
|
self, |
|
|
Config |
config |
|
) |
| |
Initialize the instance of the view.
Definition at line 183 of file hue_api.py.
◆ get()
| web.Response homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
username |
|
) |
| |
Process a request to make the Brilliant Lightpad work.
Definition at line 188 of file hue_api.py.
◆ config
| homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.config |
◆ name
| string homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.name = "emulated_hue:all_groups:state" |
|
static |
◆ requires_auth
| bool homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.emulated_hue.hue_api.HueAllGroupsStateView.url = "/api/{username}/groups" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/emulated_hue/hue_api.py