mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Add unrecorded attributes in dnsip (#119726)
* Add unrecorded attributes in dnsip * Fix names
This commit is contained in:
@@ -71,6 +71,7 @@ class WanIpSensor(SensorEntity):
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_translation_key = "dnsip"
|
||||
_unrecorded_attributes = frozenset({"resolver", "querytype", "ip_addresses"})
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user