Skip to content

Commit

Permalink
Rimosso override che causa problemi; fix #51
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualdj committed Jun 15, 2024
1 parent c04386e commit 51b216f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/pun_sensor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ExtraStoredData,
RestoredExtraData
)
from typing import Any, Dict, override
from typing import Any, Dict

from . import PUNDataUpdateCoordinator
from .const import (
Expand Down Expand Up @@ -234,7 +234,6 @@ def native_value(self) -> str | None:
"""Restituisce la fascia corrente come stato"""
return decode_fascia(self.coordinator.fascia_corrente)

@override
@property
def extra_state_attributes(self) -> dict[str, Any] | None:
return {
Expand Down

0 comments on commit 51b216f

Please sign in to comment.