- Amsterdam, NL
- https://fabiomanganiello.com
-
Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.
- Joined on
2022-07-05
0047d85b9d
Dirty fix for "Subscripted generics cannot be used with class and instance checks" on Python < 3.10
5dabfed365
Migrated
sensor.bme280
to the new SensorPlugin
interface.
6f237a1500
Support the deprecated
poll_seconds
option on RunnablePlugin
c23e8867e2
Added
enabled_sensors
to the sensor
plugin
7912a59ff8
vl53l1x
plugin migrated to the new SensorPlugin
interface.
6a5a5de03e
serial
plugin migrated to the new SensorPlugin
interface.
2a8a3f4394
Removed legacy sensor.distance.vl53l1x backend
a3e8c7c155
Rewritten vl53l1x integration as a runnable plugin with entity support
226034946f
Added
distance_sensor
entity
6fb362a6fb
gpio.sensor.distance.vl53l1x -> sensor.distance.vl53l1x
2781eb1fb1
Merge branch 'master' into 29-generic-entities-support
792a65df8b
Merge pull request '[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
' (#241) from 240-migrate-clipboard-integration-to-pyclip into master
7a368ebbb8
[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
.
blacklight
deleted branch 240-migrate-clipboard-integration-to-pyclip from platypush/platypush
2023-03-26 23:56:52 +02:00
792a65df8b
Merge pull request '[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
' (#241) from 240-migrate-clipboard-integration-to-pyclip into master
7a368ebbb8
[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
.
[#240] Migrated `clipboard` plugin from `pyperclip` to `pyclip`
Migrate
clipboard
integration to a new library
[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
blacklight
created branch 240-migrate-clipboard-integration-to-pyclip in platypush/platypush
2023-03-26 23:53:01 +02:00
blacklight
pushed to 240-migrate-clipboard-integration-to-pyclip at platypush/platypush
2023-03-26 23:53:01 +02:00
7a368ebbb8
[#240] Migrated
clipboard
plugin from pyperclip
to pyclip
.
bce2fdee25
Replaced deprecated
asyncio.wait([])
with asyncio.gather(*[])
.
cf91ab90df
Increased default width of
nav
on desktop+
Migrate
clipboard
integration to a new library
c0251ef2f7
s/instance/instance_name/g
in LinodeInstanceStatusChanged
.
efe400f921
Fixed
maxdepth
attribute in generate docs.
6d674fef21
Fixed small JSON syntax error in the docstring of
ntfy.send_message
.
30124e7cef
Fixed docstring of
Event.__init__
.
276aff757b
Removed circular dependency.
89bc54da22
Updated dist files
295758bb20
Added frontend components for cloud instances.
bc2730c841
Rewritten
linode
integration.
4b9c5a0203
Support for schema
EnumField
.
026662f6b6
Added base schema for Marshmallow dataclasses.