- Nov 26, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Just a test for new rules
-
KERDREUX Jerome authored
Just a test for new rules
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Oups, I did it again !!
-
- Nov 25, 2024
-
-
KERDREUX Jerome authored
fix a bug in address typed as int, and is_running() missing return type
-
KERDREUX Jerome authored
TypeVar are not suitable for method only type checking
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Cleaner option
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
At least one piece is Ok ;)
-
KERDREUX Jerome authored
Some issues arise .. will need another round soon
-
KERDREUX Jerome authored
-
- Nov 24, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
Switching == to is, or != to is not is a big source of error.. here an example ;)
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
- Nov 23, 2024
-
-
KERDREUX Jerome authored
Don't push build file
-
- Nov 13, 2024
-
-
KERDREUX Jerome authored
In the Python lamps, I used a trick to convert input to int.. temp = int(white_temperature). But the dashboard was sending white_temperature = '3000', yes a string and Py is ok w/ that. int('3000') = 3000 This fix the issue.
-
- Nov 06, 2024
-
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
-
KERDREUX Jerome authored
On Python 3.12 (new version), the watchdog_task raise a RuntimeError. To avoid this, I need to cancel() all pending tasks
-