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

Update status icons for busy and sleeping

This commit is contained in:
Nathan Spencer
2025-08-02 13:54:35 +00:00
parent 6c6ce70932
commit 3a8e274d26
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ from .utils import _bit_to_bool, _parse_int, decrypt_svg_content, now
_LOGGER = logging.getLogger(__name__)
STATUS_CODE_MAP = {
0: "booting", # maybe?
0: "booting",
2: "stopped",
3: "centering",
4: "playing",