OpenVoiceOS / ovos-PHAL-plugin-homeassistant

HomeAssistant PHAL Plugin for OpenVoice OS
Apache License 2.0
10 stars 3 forks source link

Relax ovos-PHAL-plugin-oauth dependency version #43

Closed Ramblurr closed 9 months ago

mikejgray commented 1 year ago

@Ramblurr This looks good to me, but I'd like to make sure all the tests pass. Would you please update .github/workflows/unit_tests.yml to the following on your branch?

name: Unit Tests
on:
  push:
  workflow_dispatch:
  pull_request:
    branches:
      - dev

jobs:
  py_build_tests:
    uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
    with:
      python_version: "3.8"
Ramblurr commented 1 year ago

Done! It needs approval to run: https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant/actions

NeonDaniel commented 1 year ago

Closes #42

mikejgray commented 9 months ago

@Ramblurr This change will be applicable when https://github.com/OpenVoiceOS/ovos-PHAL-plugin-homeassistant/pull/48 is merged, which is slated for this week, so I'm going to close this PR in favor of that one. Thank you for calling this out!