Skip to content

Commit 6ff4333

Browse files
committed
translation changes and library bump
1 parent ea5c571 commit 6ff4333

5 files changed

Lines changed: 12 additions & 20 deletions

File tree

custom_components/mammotion/manifest.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@
1616
"connectable": true
1717
}
1818
],
19-
"codeowners": [
20-
"@mikey0000"
21-
],
19+
"codeowners": ["@mikey0000"],
2220
"config_flow": true,
23-
"dependencies": [
24-
"bluetooth_adapters"
25-
],
21+
"dependencies": ["bluetooth_adapters"],
2622
"documentation": "https://github.com/mikey0000/Mammotion-HA/wiki",
27-
"loggers": [
28-
"pymammotion"
29-
],
23+
"loggers": ["pymammotion"],
3024
"iot_class": "local_push",
31-
"requirements": [
32-
"pymammotion==0.8.13"
33-
]
25+
"requirements": ["pymammotion==0.8.14"]
3426
}

custom_components/mammotion/translations/fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270
"name": "Statut",
271271
"state": {
272272
"UNKNOWN": "Inconnu",
273-
"IDLE": "Veille",
274-
"PREPARE": "Veille",
273+
"IDLE": "En veille",
274+
"PREPARE": "En veille",
275275
"WAIT_WATER": "Remplissage d'eau",
276276
"WORKING": "En marche",
277277
"PAUSE_GO_CHARGE": "Retour en charge (en pause)",

custom_components/mammotion/translations/sl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"name": "Glas vklopljeno/izklopljeno"
450450
},
451451
"spino_buzzer": {
452-
"name": "Brenčalo"
452+
"name": "Zvočni signal"
453453
},
454454
"spino_turbo_clean": {
455455
"name": "Turbo čiščenje"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
readme = "README.md"
1010
requires-python = ">=3.14.2"
1111
dependencies = [
12-
"pymammotion==0.8.13",
12+
"pymammotion==0.8.14",
1313
"homeassistant>=2026.1.0",
1414
"autotyping>=24.3.0",
1515
"websockets>=15.0.1",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)