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