Fix: all_off

This commit is contained in:
Dirk Alders 2025-08-30 17:09:37 +02:00
parent ab9346adbf
commit c05b433be5
3 changed files with 5 additions and 2 deletions

View File

@ -13,6 +13,8 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
class room(object):
ADD_TO_VIDEV_ALL_OFF = None
def __init__(self, mqtt_client):
self.mqtt_client = mqtt_client
@ -33,6 +35,7 @@ class room(object):
class room_collection(object):
ADD_TO_VIDEV_ALL_OFF = None
ALLOWED_CLASSES = ("room", "room_collection")
def __init__(self, mqtt_client):

View File

@ -12,7 +12,7 @@ logger = report.default_logging_config()
VERS_MAJOR = 1
VERS_MINOR = 4
VERS_PATCH = 0
VERS_PATCH = 1
INFO_TOPIC = "__info__"
INFO_DATA = {

@ -1 +1 @@
Subproject commit 6f57eebee5341b2c7bd50a05dc08aafb590aa3e7
Subproject commit 991eeeb2d67d8c918e638929adb1b53644a472e9