We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b251c2 commit b892338Copy full SHA for b892338
1 file changed
homeassistant/components/sensor/syncthru.py
@@ -230,4 +230,4 @@ def update(self):
230
).get(self._number, {})
231
self._state = self._attributes.get('status')
232
if self._state == '':
233
- self._state = 'Ready'
+ self._state = 'Ready'
0 commit comments