diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ece753..cae21a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: zip ims-envista.zip -r ./ - name: "Upload the ZIP file to the release" - uses: "softprops/action-gh-release@v2.0.9" + uses: "softprops/action-gh-release@v2.1.0" with: files: ${{ github.workspace }}/custom_components/ims_envista/ims-envista.zip diff --git a/custom_components/ims_envista/sensor.py b/custom_components/ims_envista/sensor.py index df8f1ee..15bb898 100644 --- a/custom_components/ims_envista/sensor.py +++ b/custom_components/ims_envista/sensor.py @@ -276,7 +276,7 @@ class ImsEnvistaSensorEntityDescription( async def async_setup_entry( - hass: HomeAssistant, # noqa: ARG001 Unused function argument: `hass` + hass: HomeAssistant, # noqa: ARG001 function argument: `hass` entry: ImsEnvistaConfigEntry, async_add_entities: AddEntitiesCallback, ) -> None: