Add firmware module for smartdevice (#766)

Initial firmware module implementation.

New switch: `Auto update enabled (auto_update_enabled): False`
New binary sensor: `Update available (update_available): False`
This commit is contained in:
Teemu R
2024-02-19 21:29:09 +01:00
committed by GitHub
parent efb4a0f31f
commit 3de04f320a
2 changed files with 105 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ __all__ = [
"ChildDeviceModule",
"AutoOffModule",
"LedModule",
"Firmware",
"CloudModule",
"LightTransitionModule",
]