Normal algo working and testu ok

This commit is contained in:
Jean-Marc Collin
2024-01-03 09:57:18 +00:00
parent c222feda1a
commit a17aba45fa
16 changed files with 1035 additions and 13 deletions

7
pyrightconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"include": [
"custom_components/versatile_thermostat/**",
"homeassistant/**"
],
"reportShadowedImports": false
}