Skip to content

Commit b892338

Browse files
committed
Reset syncthru to newest state
1 parent 3b251c2 commit b892338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homeassistant/components/sensor/syncthru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ def update(self):
230230
).get(self._number, {})
231231
self._state = self._attributes.get('status')
232232
if self._state == '':
233-
self._state = 'Ready'
233+
self._state = 'Ready'

0 commit comments

Comments
 (0)