diff --git a/blog/2022-05-03-serviceinfo-model-improvements.md b/blog/2022-05-03-serviceinfo-model-improvements.md new file mode 100644 index 00000000..ac7173ee --- /dev/null +++ b/blog/2022-05-03-serviceinfo-model-improvements.md @@ -0,0 +1,12 @@ +--- +author: epenet +authorURL: https://github.com/epenet +title: "ServiceInfo model improvements and deprecations" +--- + +As of Home Assistant Core 2022.6, access to discovery information via the, previously deprecated, dictionary methods have been removed. + + +This applies to the `DhcpServiceInfo`, `MqttServiceInfo`, `SsdpServiceInfo`, `UsbServiceInfo`, and `ZeroconfServiceInfo` instances. + +Custom integrations are required to migrate to use the new dataclass properties.