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:
committed by
GitHub
parent
187aa52d92
commit
9d90e3c7ce
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user