1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Fix names

This commit is contained in:
G Johansson 2024-06-14 17:07:09 +00:00
parent 8aab417369
commit 9efcf7b874

View File

@ -68,7 +68,7 @@ class WanIpSensor(SensorEntity):
_attr_has_entity_name = True
_attr_translation_key = "dnsip"
_unrecorded_attributes = frozenset({"Resolver", "Querytype"})
_unrecorded_attributes = frozenset({"resolver", "querytype", "ip_addresses"})
def __init__(
self,