First commit

This commit is contained in:
Cyril 2024-03-10 21:45:05 +01:00
commit 7693c29676
102 changed files with 11831 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from .prtouch_v2_fan import PRTouchFan
def load_config(config):
return PRTouchFan(config)