removes read-only check from state manager's set_service_attribute_value_by_path

This commit is contained in:
Mose Müller 2024-07-30 10:10:57 +02:00
parent bfe2d82c0b
commit 1fb296c3c1

View File

@ -216,11 +216,6 @@ class StateManager:
"readonly": False,
}
# This will also filter out methods as they are 'read-only'
if current_value_dict["readonly"]:
logger.debug("Attribute '%s' is read-only. Ignoring new value...", path)
return
if "full_access_path" not in serialized_value:
# Backwards compatibility for JSON files not containing the
# full_access_path