forked from platypush/platypush
Fixed wrong plugin name
This commit is contained in:
parent
68500725bd
commit
df5f17eb0e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class SensorLtr559Backend(SensorBackend):
|
||||||
'proximity': proximity,
|
'proximity': proximity,
|
||||||
}
|
}
|
||||||
|
|
||||||
super().__init__(plugin='gpio.sensor.bme280', enabled_sensors=enabled_sensors, **kwargs)
|
super().__init__(plugin='gpio.sensor.ltr559', enabled_sensors=enabled_sensors, **kwargs)
|
||||||
|
|
||||||
|
|
||||||
# vim:sw=4:ts=4:et:
|
# vim:sw=4:ts=4:et:
|
||||||
|
|
Loading…
Reference in a new issue