platypush/platypush/plugins/gpio/sensor
Fabio Manganiello 5dabfed365
Migrated `sensor.bme280` to the new `SensorPlugin` interface.
Removed the old `backend.sensor.bme280` and the old `gpio.sensor.bme280`
plugin. They have now been merged into the new `sensor.bme280` runnable
plugin, which extends the `SensorPlugin` API and supports entities.
2023-04-01 22:31:24 +02:00
..
accelerometer Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
dht Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
distance gpio.sensor.distance.vl53l1x -> sensor.distance.vl53l1x 2023-03-31 14:21:48 +02:00
envirophat Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
ltr559 Given the new object-oriented design of the LTR559 library, the sensor object should be initialized in __init__ and read upon get_measurement() 2021-11-28 15:11:20 +01:00
mcp3008 Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
motion Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00
__init__.py Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00