Add slots to dataclasses in default_config (#91410)
* add dataclass slots to default config items * remove slots from sun mixing
This commit is contained in:
parent
f65e06dc26
commit
f5911bcad6
23 changed files with 32 additions and 32 deletions
|
@ -39,7 +39,7 @@ MONOTONIC_TIME: Final = monotonic_time_coarse
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@dataclass
|
||||
@dataclass(slots=True)
|
||||
class BluetoothScannerDevice:
|
||||
"""Data for a bluetooth device from a given scanner."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue