fix: Don't crash on undefined values returned by the Mysa API (#81)

This commit is contained in:
Pascal Bourque
2025-11-01 10:49:27 -04:00
committed by GitHub
parent 2e075cd40d
commit a47cdbb45e
3 changed files with 17 additions and 13 deletions

View File

@@ -49,7 +49,7 @@
"commander": "14.0.1",
"dotenv": "17.2.3",
"mqtt2ha": "4.1.2",
"mysa-js-sdk": "1.4.0",
"mysa-js-sdk": "2.0.0",
"pino": "10.1.0",
"pino-pretty": "13.1.2"
},