diff --git a/aiostreammagic/models.py b/aiostreammagic/models.py index c98c37d..7f31508 100644 --- a/aiostreammagic/models.py +++ b/aiostreammagic/models.py @@ -53,6 +53,7 @@ class DisplayBrightness(StrEnum): BRIGHT = "bright" DIM = "dim" OFF = "off" + NONE = "none" class ControlBusMode(StrEnum): diff --git a/pyproject.toml b/pyproject.toml index 430b7fd..adad6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiostreammagic" -version = "2.8.4" +version = "2.8.5" description = "An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers." authors = ["Noah Husby <32528627+noahhusby@users.noreply.github.com>"] maintainers = ["Noah Husby <32528627+noahhusby@users.noreply.github.com>"]