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

Bump openwebifpy to 4.2.1 #107894

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Conversation

autinerd
Copy link
Contributor

Proposed change

Bump openwebifpy to 4.2.1

Changelog: autinerd/openwebifpy@4.0.4...4.2.1

Now will completely fix the problem in #170390

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New integration (thank you!)
  • New feature (which adds functionality to an existing integration)
  • Deprecation (breaking change to happen in the future)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • I have followed the perfect PR recommendations
  • The code has been formatted using Ruff (ruff format homeassistant tests)
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • The manifest file has all fields filled out correctly.
    Updated and included derived files by running: python3 -m script.hassfest.
  • New or updated dependencies have been added to requirements_all.txt.
    Updated by running python3 -m script.gen_requirements_all.
  • For the updated dependencies - a link to the changelog, or at minimum a diff between library versions is added to the PR description.
  • Untested files have been added to .coveragerc.

To help with the load of incoming pull requests:

Copy link
Contributor

@edenhaus edenhaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @autinerd 👍

@edenhaus edenhaus merged commit 2e56d7d into home-assistant:dev Jan 19, 2024
53 checks passed
@edenhaus edenhaus added this to the 2024.1.4 milestone Jan 19, 2024
frenck pushed a commit that referenced this pull request Jan 19, 2024
@frenck frenck mentioned this pull request Jan 19, 2024
nrdufour added a commit to nrdufour/home-ops that referenced this pull request Jan 20, 2024
…to v2024.1.4 (#323)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/home-assistant/home-assistant](https://www.home-assistant.io/) ([source](https://github.com/home-assistant/core)) | patch | `2024.1.3` -> `2024.1.4` |

---

### Release Notes

<details>
<summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary>

### [`v2024.1.4`](https://github.com/home-assistant/core/releases/tag/2024.1.4)

[Compare Source](home-assistant/core@2024.1.3...2024.1.4)

-   Fix MatrixBot not resolving room aliases per-command ([@&#8203;PaarthShah] - [#&#8203;106347]) ([matrix docs])
-   Bump Pyenphase to 1.16.0 ([@&#8203;catsmanac] - [#&#8203;107719]) ([enphase_envoy docs]) (dependency)
-   Fix loading empty yaml files with include_dir_named ([@&#8203;pedrolamas] - [#&#8203;107853])
-   Bump openwebifpy to 4.2.1 ([@&#8203;autinerd] - [#&#8203;107894]) ([enigma2 docs]) (dependency)
-   Bump aiohomekit to 3.1.3 ([@&#8203;bdraco] - [#&#8203;107929]) ([homekit_controller docs]) (dependency)
-   Skip disk types in System Monitor ([@&#8203;gjohansson-ST] - [#&#8203;107943]) ([systemmonitor docs])
-   Fix duplicate unique id in System Monitor (again) ([@&#8203;gjohansson-ST] - [#&#8203;107947]) ([systemmonitor docs])
-   Bump pyenphase to 1.17.0 ([@&#8203;catsmanac] - [#&#8203;107950]) ([enphase_envoy docs]) (dependency)
-   Update sleep period for Shelly devices with buggy fw ([@&#8203;chemelli74] - [#&#8203;107961]) ([shelly docs])
-   Reload ZHA only a single time when the connection is lost multiple times ([@&#8203;puddly] - [#&#8203;107963]) ([zha docs])
-   Don't load entities for docker virtual ethernet interfaces in System Monitor ([@&#8203;gjohansson-ST] - [#&#8203;107966]) ([systemmonitor docs])
-   Improve coordinator logic in Tessie to allow sleep ([@&#8203;Bre77] - [#&#8203;107988]) ([tessie docs])
-   Fix Shelly Gen1 entity description restore ([@&#8203;thecode] - [#&#8203;108052]) ([shelly docs])
-   Fix malformed user input error on MJPEG config flow ([@&#8203;codyc1515] - [#&#8203;108058]) ([mjpeg docs])
-   Fix turning on the light with a specific color ([@&#8203;marcelveldt] - [#&#8203;108080]) ([matter docs])
-   Bump Jinja2 to 3.1.3 ([@&#8203;edenhaus] - [#&#8203;108082]) (dependency)
-   Use compat for supported features in media player ([@&#8203;joostlek] - [#&#8203;108102]) ([media_player docs])
-   Speed up ZHA initialization and improve startup responsiveness ([@&#8203;puddly] - [#&#8203;108103]) ([zha docs])
-   Bump `aioridwell` to 2024.01.0 ([@&#8203;bachya] - [#&#8203;108126]) ([ridwell docs]) (dependency)
-   Bump flipr-api to 1.5.1 ([@&#8203;cnico] - [#&#8203;108130]) ([flipr docs]) (dependency)
-   Send target temp to Shelly TRV in F when needed ([@&#8203;jra3] - [#&#8203;108188]) ([shelly docs])
-   Use cache update for WIFI blinds ([@&#8203;starkillerOG] - [#&#8203;108224]) ([motion_blinds docs])
-   Bump reolink_aio to 0.8.7 ([@&#8203;starkillerOG] - [#&#8203;108248]) ([reolink docs]) (dependency)
-   Bump PyTado to 0.17.4 ([@&#8203;erwindouna] - [#&#8203;108255]) ([tado docs])
-   Bump aiounifi to v69 to improve websocket logging ([@&#8203;Kane610] - [#&#8203;108265]) ([unifi docs])
-   Bump ZHA dependency zigpy to 0.60.6 ([@&#8203;puddly] - [#&#8203;108266]) ([zha docs]) (dependency)

[#&#8203;106347]: home-assistant/core#106347

[#&#8203;106970]: home-assistant/core#106970

[#&#8203;107239]: home-assistant/core#107239

[#&#8203;107365]: home-assistant/core#107365

[#&#8203;107719]: home-assistant/core#107719

[#&#8203;107853]: home-assistant/core#107853

[#&#8203;107883]: home-assistant/core#107883

[#&#8203;107894]: home-assistant/core#107894

[#&#8203;107929]: home-assistant/core#107929

[#&#8203;107943]: home-assistant/core#107943

[#&#8203;107947]: home-assistant/core#107947

[#&#8203;107950]: home-assistant/core#107950

[#&#8203;107961]: home-assistant/core#107961

[#&#8203;107963]: home-assistant/core#107963

[#&#8203;107966]: home-assistant/core#107966

[#&#8203;107988]: home-assistant/core#107988

[#&#8203;108052]: home-assistant/core#108052

[#&#8203;108058]: home-assistant/core#108058

[#&#8203;108080]: home-assistant/core#108080

[#&#8203;108082]: home-assistant/core#108082

[#&#8203;108102]: home-assistant/core#108102

[#&#8203;108103]: home-assistant/core#108103

[#&#8203;108126]: home-assistant/core#108126

[#&#8203;108130]: home-assistant/core#108130

[#&#8203;108134]: home-assistant/core#108134

[#&#8203;108188]: home-assistant/core#108188

[#&#8203;108224]: home-assistant/core#108224

[#&#8203;108248]: home-assistant/core#108248

[#&#8203;108255]: home-assistant/core#108255

[#&#8203;108265]: home-assistant/core#108265

[#&#8203;108266]: home-assistant/core#108266

[@&#8203;Bre77]: https://github.com/Bre77

[@&#8203;Kane610]: https://github.com/Kane610

[@&#8203;PaarthShah]: https://github.com/PaarthShah

[@&#8203;allenporter]: https://github.com/allenporter

[@&#8203;autinerd]: https://github.com/autinerd

[@&#8203;bachya]: https://github.com/bachya

[@&#8203;bdraco]: https://github.com/bdraco

[@&#8203;catsmanac]: https://github.com/catsmanac

[@&#8203;chemelli74]: https://github.com/chemelli74

[@&#8203;cnico]: https://github.com/cnico

[@&#8203;codyc1515]: https://github.com/codyc1515

[@&#8203;edenhaus]: https://github.com/edenhaus

[@&#8203;erwindouna]: https://github.com/erwindouna

[@&#8203;frenck]: https://github.com/frenck

[@&#8203;gjohansson-ST]: https://github.com/gjohansson-ST

[@&#8203;joostlek]: https://github.com/joostlek

[@&#8203;jra3]: https://github.com/jra3

[@&#8203;marcelveldt]: https://github.com/marcelveldt

[@&#8203;pedrolamas]: https://github.com/pedrolamas

[@&#8203;puddly]: https://github.com/puddly

[@&#8203;starkillerOG]: https://github.com/starkillerOG

[@&#8203;thecode]: https://github.com/thecode

[enigma2 docs]: https://www.home-assistant.io/integrations/enigma2/

[enphase_envoy docs]: https://www.home-assistant.io/integrations/enphase_envoy/

[flipr docs]: https://www.home-assistant.io/integrations/flipr/

[google docs]: https://www.home-assistant.io/integrations/google/

[homekit_controller docs]: https://www.home-assistant.io/integrations/homekit_controller/

[matrix docs]: https://www.home-assistant.io/integrations/matrix/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[media_player docs]: https://www.home-assistant.io/integrations/media_player/

[mjpeg docs]: https://www.home-assistant.io/integrations/mjpeg/

[motion_blinds docs]: https://www.home-assistant.io/integrations/motion_blinds/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[ridwell docs]: https://www.home-assistant.io/integrations/ridwell/

[shelly docs]: https://www.home-assistant.io/integrations/shelly/

[streamlabswater docs]: https://www.home-assistant.io/integrations/streamlabswater/

[system_bridge docs]: https://www.home-assistant.io/integrations/system_bridge/

[systemmonitor docs]: https://www.home-assistant.io/integrations/systemmonitor/

[tado docs]: https://www.home-assistant.io/integrations/tado/

[tessie docs]: https://www.home-assistant.io/integrations/tessie/

[unifi docs]: https://www.home-assistant.io/integrations/unifi/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: https://git.home/nrdufour/home-ops/pulls/323
Co-authored-by: Renovate <[email protected]>
Co-committed-by: Renovate <[email protected]>
@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enigma2 platform broken since 2024.1.2
3 participants