mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove invalid watts sensor from NUT (#141401)
This commit is contained in:
parent
746f49884c
commit
8b9939c344
@ -989,13 +989,6 @@ SENSOR_TYPES: Final[dict[str, SensorEntityDescription]] = {
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
"watts": SensorEntityDescription(
|
||||
key="watts",
|
||||
translation_key="watts",
|
||||
native_unit_of_measurement=UnitOfPower.WATT,
|
||||
device_class=SensorDeviceClass.POWER,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
@ -212,8 +212,7 @@
|
||||
"ups_timer_shutdown": { "name": "Load shutdown timer" },
|
||||
"ups_timer_start": { "name": "Load start timer" },
|
||||
"ups_type": { "name": "UPS type" },
|
||||
"ups_watchdog_status": { "name": "Watchdog status" },
|
||||
"watts": { "name": "Watts" }
|
||||
"ups_watchdog_status": { "name": "Watchdog status" }
|
||||
},
|
||||
"switch": {
|
||||
"outlet_number_load_poweronoff": { "name": "Power outlet {outlet_name}" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user