-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
Fix switch states in AVM FRITZ!Box Tools #107183
Fix switch states in AVM FRITZ!Box Tools #107183
Conversation
Hey there @mammuth, @AaronDavidSchneider, @chemelli74, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
I think the problem is that |
uh nice ... this worked well 👍 |
* upstream/dev: (2071 commits) Set zwave_js voltage sensor suggested precision (home-assistant#107116) Bump bluetooth-adapters to 0.17.0 (home-assistant#107195) Disable IPv6 in the opower integration to fix AEP utilities (home-assistant#107203) Fix conversation snapshots (home-assistant#107196) Report missing entities/areas instead of failing to match in Assist (home-assistant#107151) Bump to PyTado 0.17.3 (home-assistant#107181) Fix switch states in AVM FRITZ!Box Tools (home-assistant#107183) Fix tplink overloading power strips (home-assistant#104208) Update sensorpush-ble library to 1.6.1 (home-assistant#107168) Bump aiohomekit to 3.1.2 (home-assistant#107177) Introduce base entity in streamlabs water (home-assistant#107095) Clean up outdated entity replacement logic in Guardian (home-assistant#107160) Add conversation_id parameter to conversation.process service (home-assistant#106078) Pass aiohttp clientsession to tedee integration (home-assistant#107089) Update Home Assistant base image to 2024.01.0 - Python 3.12 (home-assistant#107175) Remove precision in streamlabs water (home-assistant#107096) Pass down language to hassil (home-assistant#106490) Use snapshots in Glances sensor tests (home-assistant#107159) Cache homekit_controller supported features (home-assistant#106702) Migrate AVM FRITZ!Box Call monitor to has entity name (home-assistant#99752) ...
…to v2024.1.1 (#290) 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.0` -> `2024.1.1` | --- ### Release Notes <details> <summary>home-assistant/core (ghcr.io/home-assistant/home-assistant)</summary> ### [`v2024.1.1`](https://github.com/home-assistant/core/releases/tag/2024.1.1) [Compare Source](home-assistant/core@2024.1.0...2024.1.1) - Enable strict typing for airthings_ble ([@​cdce8p] - [#​106815]) ([airthings_ble docs]) - Fix qBittorrent torrent count when empty ([@​finder39] - [#​106903]) ([qbittorrent docs]) - Bump dropmqttapi to 1.0.2 ([@​pfrazer] - [#​106978]) ([drop_connect docs]) (dependency) - bump openwebifpy to 4.0.3 ([@​autinerd] - [#​106593]) ([enigma2 docs]) (dependency) - Close stale connections (Airthings BLE) ([@​LaStrada] - [#​106748]) ([airthings_ble docs]) - Bump openwebifpy to 4.0.4 ([@​autinerd] - [#​107000]) ([enigma2 docs]) (dependency) - Get Shelly RPC device `gen` from config entry data ([@​bieniu] - [#​107019]) ([shelly docs]) - Fix missing backwards compatiblity layer for humidifier supported_features ([@​bdraco] - [#​107026]) ([humidifier docs]) - Use async_register in streamlabswater ([@​joostlek] - [#​107060]) ([streamlabswater docs]) - Fix data access in streamlabs water ([@​joostlek] - [#​107062]) ([streamlabswater docs]) - Fix mobile_app cloudhook creation ([@​edenhaus] - [#​107068]) ([mobile_app docs]) - Deduplicate handling of duplicated constants ([@​emontnemery] - [#​107074]) - Fix missing backwards compatibility layer for water_heater supported_features ([@​bdraco] - [#​107091]) ([water_heater docs]) - Bump habluetooth to 2.0.2 ([@​bdraco] - [#​107097]) ([bluetooth docs]) (dependency) - Include deprecated constants in wildcard imports ([@​emontnemery] - [#​107114]) - Update frontend to [`2024010`](https://github.com/home-assistant/core/commit/20240104).0 ([@​bramkragten] - [#​107155]) ([frontend docs]) - Bump Orvibo to 1.1.2 ([@​emericklaw] - [#​107162]) ([orvibo docs]) (dependency) - Bump aiohomekit to 3.1.2 ([@​bdraco] - [#​107177]) ([homekit_controller docs]) (dependency) - Bump to PyTado 0.17.3 ([@​erwindouna] - [#​107181]) ([tado docs]) (dependency) - Fix switch states in AVM FRITZ!Box Tools ([@​mib1185] - [#​107183]) ([fritz docs]) - Hotfix cache logic bug in Tessie ([@​Bre77] - [#​107187]) ([tessie docs]) - Disable IPv6 in the opower integration to fix AEP utilities ([@​tronikos] - [#​107203]) ([opower docs]) - Fix entity property cache creation arguments ([@​ppetru] - [#​107221]) - Use supported_features_compat in update.install service ([@​ludeeus] - [#​107224]) ([update docs]) - Bump zwave-js-server-python to 0.55.3 ([@​raman325] - [#​107225]) ([zwave_js docs]) (dependency) [#​106593]: home-assistant/core#106593 [#​106748]: home-assistant/core#106748 [#​106815]: home-assistant/core#106815 [#​106903]: home-assistant/core#106903 [#​106970]: home-assistant/core#106970 [#​106978]: home-assistant/core#106978 [#​107000]: home-assistant/core#107000 [#​107019]: home-assistant/core#107019 [#​107026]: home-assistant/core#107026 [#​107060]: home-assistant/core#107060 [#​107062]: home-assistant/core#107062 [#​107068]: home-assistant/core#107068 [#​107074]: home-assistant/core#107074 [#​107091]: home-assistant/core#107091 [#​107097]: home-assistant/core#107097 [#​107114]: home-assistant/core#107114 [#​107155]: home-assistant/core#107155 [#​107162]: home-assistant/core#107162 [#​107177]: home-assistant/core#107177 [#​107181]: home-assistant/core#107181 [#​107183]: home-assistant/core#107183 [#​107187]: home-assistant/core#107187 [#​107203]: home-assistant/core#107203 [#​107221]: home-assistant/core#107221 [#​107224]: home-assistant/core#107224 [#​107225]: home-assistant/core#107225 [@​Bre77]: https://github.com/Bre77 [@​LaStrada]: https://github.com/LaStrada [@​autinerd]: https://github.com/autinerd [@​bdraco]: https://github.com/bdraco [@​bieniu]: https://github.com/bieniu [@​bramkragten]: https://github.com/bramkragten [@​cdce8p]: https://github.com/cdce8p [@​edenhaus]: https://github.com/edenhaus [@​emericklaw]: https://github.com/emericklaw [@​emontnemery]: https://github.com/emontnemery [@​erwindouna]: https://github.com/erwindouna [@​finder39]: https://github.com/finder39 [@​frenck]: https://github.com/frenck [@​joostlek]: https://github.com/joostlek [@​ludeeus]: https://github.com/ludeeus [@​mib1185]: https://github.com/mib1185 [@​pfrazer]: https://github.com/pfrazer [@​ppetru]: https://github.com/ppetru [@​raman325]: https://github.com/raman325 [@​tronikos]: https://github.com/tronikos [airthings_ble docs]: https://www.home-assistant.io/integrations/airthings_ble/ [bluetooth docs]: https://www.home-assistant.io/integrations/bluetooth/ [drop_connect docs]: https://www.home-assistant.io/integrations/drop_connect/ [enigma2 docs]: https://www.home-assistant.io/integrations/enigma2/ [fritz docs]: https://www.home-assistant.io/integrations/fritz/ [frontend docs]: https://www.home-assistant.io/integrations/frontend/ [homekit_controller docs]: https://www.home-assistant.io/integrations/homekit_controller/ [humidifier docs]: https://www.home-assistant.io/integrations/humidifier/ [mobile_app docs]: https://www.home-assistant.io/integrations/mobile_app/ [opower docs]: https://www.home-assistant.io/integrations/opower/ [orvibo docs]: https://www.home-assistant.io/integrations/orvibo/ [qbittorrent docs]: https://www.home-assistant.io/integrations/qbittorrent/ [shelly docs]: https://www.home-assistant.io/integrations/shelly/ [streamlabswater docs]: https://www.home-assistant.io/integrations/streamlabswater/ [tado docs]: https://www.home-assistant.io/integrations/tado/ [tessie docs]: https://www.home-assistant.io/integrations/tessie/ [update docs]: https://www.home-assistant.io/integrations/update/ [water_heater docs]: https://www.home-assistant.io/integrations/water_heater/ [zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/ </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEyMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: https://git.home/nrdufour/home-ops/pulls/290 Co-authored-by: Renovate <renovate@ptinem.io> Co-committed-by: Renovate <renovate@ptinem.io>
Proposed change
Since property caching has been introduced, when setting a value to a class variable, it seems to be assumed unchangeable and those never read/considered again. btw this also fixes an issue were the initial value was always
False
and corrected after first data fetch.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: