mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +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
…
Home Assistant |Chat Status| ================================================================================= Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Check out `home-assistant.io <https://home-assistant.io>`__ for `a demo <https://demo.home-assistant.io>`__, `installation instructions <https://home-assistant.io/getting-started/>`__, `tutorials <https://home-assistant.io/getting-started/automation/>`__ and `documentation <https://home-assistant.io/docs/>`__. This is a project of the `Open Home Foundation <https://www.openhomefoundation.org/>`__. |screenshot-states| Featured integrations --------------------- |screenshot-integrations| The system is built using a modular approach so support for other devices or actions can be implemented easily. See also the `section on architecture <https://developers.home-assistant.io/docs/architecture_index/>`__ and the `section on creating your own components <https://developers.home-assistant.io/docs/creating_component_index/>`__. If you run into issues while using Home Assistant or during development of a component, check the `Home Assistant help section <https://home-assistant.io/help/>`__ of our website for further help and information. .. |Chat Status| image:: https://img.shields.io/discord/330944238910963714.svg :target: https://www.home-assistant.io/join-chat/ .. |screenshot-states| image:: https://raw.githubusercontent.com/home-assistant/core/dev/.github/assets/screenshot-states.png :target: https://demo.home-assistant.io .. |screenshot-integrations| image:: https://raw.githubusercontent.com/home-assistant/core/dev/.github/assets/screenshot-integrations.png :target: https://home-assistant.io/integrations/
Description
Languages
Python
100%