fix: add RETURN_HOME functionality for new vacuum cleaner model (#1344)
Some checks failed
Tests / check-rule-format (push) Failing after 4s
Validate / validate-hassfest (push) Failing after 3s
Validate / validate-hacs (push) Failing after 9s
Validate / validate-lint (push) Failing after 2s
Validate / validate-setup (push) Failing after 4s

This commit is contained in:
Brandon Chen
2025-08-19 10:15:01 +08:00
committed by GitHub
parent 7c97b85f02
commit 58c671483e
2 changed files with 15 additions and 0 deletions

View File

@ -170,6 +170,11 @@ SPEC_DEVICE_TRANS_MAP: dict = {
'properties': {
'battery-level': {'read'}
}
},
'optional': {
'actions': {
'start-charge'
}
}
}
},