EuleMitKeule / EuleMitKeule/device-tools
Device Tools not working on HA 2026.5.2
- Dominant language
- Python
- Stars
- 273
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Since upgrading to HA 2026.5.2 (from 2026.5.1) device tools stopped working. Looks like the virtual devices are no longer being created.
```
Dieser Fehler stammt von einer benutzerdefinierten Integration
Logger: custom_components.device_tools
Quelle: config_entries.py:787
Integration: Device Tools (Dokumentation, Probleme)
Erstmals aufgetreten: 00:50:34 (1 Vorkommnis)
Zuletzt protokolliert: 00:50:34
Error setting up entry Whirlpool for device_tools
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 787, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/device_tools/__init__.py", line 32, in async_setup_entry
await device_tools.async_update()
File "/config/custom_components/device_tools/device_tools.py", line 444, in async_update
await self._async_revert()
File "/config/custom_components/device_tools/device_tools.py", line 358, in _async_revert
await self._async_revert_device(device_id)
File "/config/custom_components/device_tools/device_tools.py", line 400, in _async_revert_device
raise HomeAssistantError(f"Device not found (id: {device_id})")
homeassistant.exceptions.HomeAssistantError: Device not found (id: a133be815533c5e8c586bff04b649770)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.