mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00

* feat: scaffold integration, configure client * feat: register services, allow API key auth flow * feat: register detection, classification services * test(viam): add test coverage * chore(viam): update viam-sdk version * fix(viam): add service schemas and translation keys * test(viam): update config flow to use new selector values * chore(viam): update viam-sdk to 0.11.0 * feat: add exceptions translation stings * refactor(viam): use constant keys, defer filesystem IO execution * fix(viam): add missing constants, resolve correct image for services * fix(viam): use lokalize string refs, resolve more constant strings * fix(viam): move service registration to async_setup * refactor: abstract services into separate module outside of manager * refactor(viam): extend common vol schemas * refactor(viam): consolidate common service values * refactor(viam): replace FlowResult with ConfigFlowResult * chore(viam): add icons.json for services * refactor(viam): use org API key to connect to robot * fix(viam): close app client if user abort config flow * refactor(viam): run ruff formatter * test(viam): confirm 100% coverage of config_flow * refactor(viam): simplify manager, clean up config flow methods * refactor(viam): split auth step into auth_api & auth_location * refactor(viam): remove use of SelectOptionDict for auth choice, update strings * fix(viam): use sentence case for translation strings * test(viam): create mock_viam_client fixture for reusable mock
2 lines
38 B
Python
2 lines
38 B
Python
"""Tests for the viam integration."""
|