platypush/platypush/plugins/sensor
Fabio Manganiello 56dc8d0972
Migrated the webapp to Tornado.
It was just too painful to find a combination of versions of  gunicorn,
gevent, eventlet, pyuwsgi etc. that could work on all of my systems.

On the other hand, Tornado works out of the box with no headaches.

Also in this commit:

- Updated a bunch of outdated/required integration dependencies.
- Black'd and LINTed a couple of old plugins.
2023-05-08 02:06:45 +02:00
..
bme280 Migrated sensor.bme280 to the new SensorPlugin interface. 2023-04-01 22:31:24 +02:00
dht Added small docstring portion 2023-04-02 13:55:00 +02:00
distance No need for sensor.vl53l1x.transform_entities to call the parent. 2023-04-01 23:54:43 +02:00
envirophat Migrated envirophat to the new SensorPlugin API. 2023-04-02 02:49:08 +02:00
hcsr04 Migrated sensor.distance integration. 2023-04-02 14:20:12 +02:00
lis3dh Migrated old sensor.accelerometer integration. 2023-04-02 13:22:28 +02:00
ltr559 Migrated the webapp to Tornado. 2023-05-08 02:06:45 +02:00
mcp3008 Fixed new class name for sensor.mcp3008 plugin. 2023-04-03 01:36:12 +02:00
pmw3901 Migrated pmw3901 integration. 2023-04-02 12:36:08 +02:00
__init__.py Print the full exception stack trace if .status fails. 2023-04-22 17:19:23 +02:00