platypush/platypush/context
Fabio Manganiello e198f2a175 Replaced `.title` in `get_plugin` with `.upper` on the first character.
`str.title` capitalizes any alphabetic letter after any non-alphabetic
letter. That's a problem for Platypush plugins' naming convention,
because plugins like `sensor.distance.vl53l1x` may be broken into
`sensor.distance.vl53.l1.x`.
2023-03-31 14:09:43 +02:00
..
__init__.py Replaced `.title` in `get_plugin` with `.upper` on the first character. 2023-03-31 14:09:43 +02:00