Add silver quality scale to goalzero (#53299)
* Add platinum quality scale to goalzero * adjust for quality scale * Update manifest.json
This commit is contained in:
parent
e6ba3b41cb
commit
bba6a75934
3 changed files with 3 additions and 2 deletions
|
@ -110,6 +110,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||
name="Wifi Strength",
|
||||
device_class=DEVICE_CLASS_SIGNAL_STRENGTH,
|
||||
native_unit_of_measurement=SIGNAL_STRENGTH_DECIBELS,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="timestamp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue