Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Renommage sensors temp
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoof85 authored Nov 22, 2019
1 parent ac4d67e commit 6c3bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebox/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def async_update(self):
self._datas = await self._fbx.system.get_config()
for temp_sensor in self._datas['sensors']:
if temp_sensor['id'] == self._sensor_id:
self._name = "freebox_"+temp_sensor['name']
self._name = "Freebox "+temp_sensor['name']
self._state = temp_sensor['value']

class FbxConnSensor(Entity):
Expand Down

0 comments on commit 6c3bcfb

Please sign in to comment.