Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.emulated_hue.hue_api.HueGroupView Class Reference
Inheritance diagram for homeassistant.components.emulated_hue.hue_api.HueGroupView:
[legend]
Collaboration diagram for homeassistant.components.emulated_hue.hue_api.HueGroupView:
[legend]

Public Member Functions

None __init__ (self, Config config)
 
web.Response put (self, web.Request request, str username)
 

Public Attributes

 config
 

Static Public Attributes

string name = "emulated_hue:groups:state"
 
bool requires_auth = False
 
string url = "/api/{username}/groups/0/action"
 

Detailed Description

Group handler to get Logitech Pop working.

Definition at line 197 of file hue_api.py.

Constructor & Destructor Documentation

◆ __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.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ config

homeassistant.components.emulated_hue.hue_api.HueGroupView.config

Definition at line 206 of file hue_api.py.

◆ name

string homeassistant.components.emulated_hue.hue_api.HueGroupView.name = "emulated_hue:groups:state"
static

Definition at line 201 of file hue_api.py.

◆ requires_auth

bool homeassistant.components.emulated_hue.hue_api.HueGroupView.requires_auth = False
static

Definition at line 202 of file hue_api.py.

◆ url

string homeassistant.components.emulated_hue.hue_api.HueGroupView.url = "/api/{username}/groups/0/action"
static

Definition at line 200 of file hue_api.py.


The documentation for this class was generated from the following file: