File tree Expand file tree Collapse file tree
custom_components/mammotion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ async def handle_move_left(call: ServiceCall) -> None:
373373 speed = speed , use_wifi = use_wifi
374374 )
375375
376- async def handle_move_right (call ) -> None :
376+ async def handle_move_right (call : ServiceCall ) -> None :
377377 entity_id = call .data ["entity_id" ]
378378
379379 # Check if speed parameter exists and validate it
@@ -404,7 +404,7 @@ async def handle_move_right(call) -> None:
404404 speed = speed , use_wifi = use_wifi
405405 )
406406
407- async def handle_move_backward (call ) -> None :
407+ async def handle_move_backward (call : ServiceCall ) -> None :
408408 entity_id = call .data ["entity_id" ]
409409
410410 # Check if speed parameter exists and validate it
Original file line number Diff line number Diff line change 11{
22 "domain" : " mammotion" ,
33 "name" : " Mammotion" ,
4- "version" : " 0.5.38 " ,
4+ "version" : " 0.5.39 " ,
55 "issue_tracker" : " https://github.com/mikey0000/Mammotion-HA/issues" ,
66 "integration_type" : " device" ,
77 "bluetooth" : [
2222 "documentation" : " https://github.com/mikey0000/Mammotion-HA/wiki" ,
2323 "loggers" : [" pymammotion" ],
2424 "iot_class" : " local_push" ,
25- "requirements" : [" pymammotion==0.7.96 " ]
25+ "requirements" : [" pymammotion==0.7.97 " ]
2626}
Original file line number Diff line number Diff line change 11[project ]
22name = " mammotion-ha"
3- version = " 0.5.38 "
3+ version = " 0.5.39 "
44description = " Mammotion integration for HACS"
55authors = [
66 {name = " Michael Arthur" , email = " michael@jumblesoft.co.nz" },
@@ -9,7 +9,7 @@ authors = [
99readme = " README.md"
1010requires-python = " >=3.14.2"
1111dependencies = [
12- " pymammotion==0.7.96 " ,
12+ " pymammotion==0.7.97 " ,
1313 " homeassistant>=2026.1.0" ,
1414 " autotyping>=24.3.0" ,
1515 " websockets>=15.0.1" ,
You can’t perform that action at this time.
0 commit comments