1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-11-17 09:33:41 -05:00

Fix hassfest error

This commit is contained in:
Nathan Spencer
2024-07-31 19:25:02 -06:00
parent cc80c295f6
commit 6d6b7929d5
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ STATUS_CODE_MAP = {
9: "error",
11: "updating",
13: "downloading",
15: "live drawing",
15: "live",
}
AUTOPLAY_MAP = {

View File

@@ -50,7 +50,7 @@
"error": "Error",
"updating": "Updating",
"downloading": "Downloading",
"live drawing": "Live drawing"
"live": "Live drawing"
}
}
}

View File

@@ -50,7 +50,7 @@
"error": "Error",
"updating": "Updating",
"downloading": "Downloading",
"live drawing": "Live drawing"
"live": "Live drawing"
}
}
}