Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add is_moving sensor #502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichelFR
Copy link

Implement the is_moving sensor in the codebase.

  • custom_components/audiconnect/const.py

    • Add is_moving to the RESOURCES list.
  • custom_components/audiconnect/dashboard.py

    • Add a new BinarySensor for is_moving with the specified attributes.
  • custom_components/audiconnect/strings.json

    • Add is_moving sensor to the selector.vehicle_actions.options section.

Implement the `is_moving` sensor in the codebase.

* **custom_components/audiconnect/const.py**
  - Add `is_moving` to the `RESOURCES` list.

* **custom_components/audiconnect/dashboard.py**
  - Add a new `BinarySensor` for `is_moving` with the specified attributes.

* **custom_components/audiconnect/strings.json**
  - Add `is_moving` sensor to the `selector.vehicle_actions.options` section.
@MichelFR MichelFR changed the title Add is_moving sensor feature: Add is_moving sensor Nov 28, 2024
@MichelFR MichelFR changed the title feature: Add is_moving sensor feat: Add is_moving sensor Nov 28, 2024
@Kolbi
Copy link
Contributor

Kolbi commented Dec 11, 2024

Thanks for your PR, where do you trigger is_motion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants