|
| string | name = "emulated_hue:groups:state" |
| |
| bool | requires_auth = False |
| |
| string | url = "/api/{username}/groups/0/action" |
| |
Group handler to get Logitech Pop working.
Definition at line 197 of file hue_api.py.
◆ __init__()
| None homeassistant.components.emulated_hue.hue_api.HueGroupView.__init__ |
( |
|
self, |
|
|
Config |
config |
|
) |
| |
Initialize the instance of the view.
Definition at line 204 of file hue_api.py.
◆ put()
| web.Response homeassistant.components.emulated_hue.hue_api.HueGroupView.put |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
username |
|
) |
| |
Process a request to make the Logitech Pop working.
Definition at line 209 of file hue_api.py.
◆ config
| homeassistant.components.emulated_hue.hue_api.HueGroupView.config |
◆ name
| string homeassistant.components.emulated_hue.hue_api.HueGroupView.name = "emulated_hue:groups:state" |
|
static |
◆ requires_auth
| bool homeassistant.components.emulated_hue.hue_api.HueGroupView.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.emulated_hue.hue_api.HueGroupView.url = "/api/{username}/groups/0/action" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/emulated_hue/hue_api.py