1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Support for stateChanged parameter for each folder from syncthing (#160376)

This commit is contained in:
Muhammad Hamza Khan
2026-01-27 16:53:44 +01:00
committed by GitHub
parent 187aa52d92
commit 9d90e3c7ce

View File

@@ -83,6 +83,7 @@ class FolderSensor(SensorEntity):
"needTotalItems": "need_total_items",
"pullErrors": "pull_errors",
"state": "state",
"stateChanged": "state_changed",
}
def __init__(self, syncthing, server_id, folder_id, folder_label, version):