Add new lights

This commit is contained in:
Torjus Håkestad 2024-06-25 22:45:53 +02:00
parent ad288a2be9
commit 9c1cd1d31f
2 changed files with 3 additions and 1 deletions

View File

@ -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():

View File

@ -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"