Add new lights
This commit is contained in:
parent
ad288a2be9
commit
9c1cd1d31f
@ -24,6 +24,7 @@ NAME_TO_ID = {
|
|||||||
"office": "0x001788010e371aa4",
|
"office": "0x001788010e371aa4",
|
||||||
"all": "all_lights",
|
"all": "all_lights",
|
||||||
"infuse": "infuse_group",
|
"infuse": "infuse_group",
|
||||||
|
"living_room": "living_room"
|
||||||
}
|
}
|
||||||
COLOR_MAP = {
|
COLOR_MAP = {
|
||||||
"red": (0.6942, 0.2963),
|
"red": (0.6942, 0.2963),
|
||||||
@ -45,6 +46,7 @@ class LightID(str, Enum):
|
|||||||
office = "office"
|
office = "office"
|
||||||
all = "all"
|
all = "all"
|
||||||
infuse = "infuse"
|
infuse = "infuse"
|
||||||
|
livingroom = "living_room"
|
||||||
|
|
||||||
|
|
||||||
def get_mqtt_broker():
|
def get_mqtt_broker():
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "huecli"
|
name = "huecli"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
description = "Set Philips Hue lights using MQTT"
|
description = "Set Philips Hue lights using MQTT"
|
||||||
authors = ["Torjus Håkestad <torjus@uio.no>"]
|
authors = ["Torjus Håkestad <torjus@uio.no>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user