You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HomeAssistantType was used from webrtc, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'webrtc' custom integration
ServiceCallType was used from webrtc, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.ServiceCall instead, please report it to the author of the 'webrtc' custom integration
The text was updated successfully, but these errors were encountered:
Line 22 from: from homeassistant.helpers.typing import HomeAssistantType, ConfigType, ServiceCallType
to: from homeassistant.helpers.typing import ConfigType from homeassistant.core import HomeAssistant, ServiceCall
and rename all phrases 'HomeAssistantType' to 'HomeAssistant' and 'ServiceCallType' to: 'ServiceCall'
Logger: homeassistant.helpers.typing
Quelle: helpers/deprecation.py:206
Erstmals aufgetreten: 16:28:38 (2 Vorkommnisse)
Zuletzt protokolliert: 16:28:38
HomeAssistantType was used from webrtc, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'webrtc' custom integration
ServiceCallType was used from webrtc, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.ServiceCall instead, please report it to the author of the 'webrtc' custom integration
The text was updated successfully, but these errors were encountered: