Remove the vendor status sensor from SolarEdge Modbus (#180607)

This commit is contained in:
Franck Nijhof
2026-08-29 13:03:28 +02:00
committed by GitHub
parent 51765a13c1
commit d8c3a5dd0b
4 changed files with 0 additions and 63 deletions
@@ -3,9 +3,6 @@
"sensor": {
"inverter_status": {
"default": "mdi:solar-power"
},
"vendor_status": {
"default": "mdi:information-outline"
}
}
}
@@ -273,13 +273,6 @@ INVERTER_SENSORS: tuple[SolarEdgeModbusSensorEntityDescription, ...] = (
inverter.status.name.lower() if inverter.status else None
),
),
SolarEdgeModbusSensorEntityDescription(
key="vendor_status",
translation_key="vendor_status",
entity_category=EntityCategory.DIAGNOSTIC,
entity_registry_enabled_default=False,
value_fn=lambda inverter: inverter.vendor_status,
),
)
@@ -99,9 +99,6 @@
"throttled": "Throttled"
}
},
"vendor_status": {
"name": "Vendor status"
},
"voltage_phase_ab": {
"name": "Voltage phase A-B"
},
@@ -712,56 +712,6 @@
'state': '47.67',
})
# ---
# name: test_sensors[sensor.solaredge_se10000h_vendor_status-entry]
EntityRegistryEntrySnapshot({
'aliases': list([
None,
]),
'area_id': None,
'capabilities': None,
'config_entry_id': <ANY>,
'config_subentry_id': <ANY>,
'device_class': None,
'device_id': <ANY>,
'disabled_by': None,
'domain': 'sensor',
'entity_category': <EntityCategory.DIAGNOSTIC: 'diagnostic'>,
'entity_id': 'sensor.solaredge_se10000h_vendor_status',
'has_entity_name': True,
'hidden_by': None,
'icon': None,
'id': <ANY>,
'labels': set({
}),
'name': None,
'object_id_base': 'Vendor status',
'options': dict({
}),
'original_device_class': None,
'original_icon': None,
'original_name': 'Vendor status',
'platform': 'solaredge_modbus',
'previous_unique_id': None,
'suggested_object_id': None,
'supported_features': 0,
'translation_key': 'vendor_status',
'unique_id': '7E123ABC_vendor_status',
'unit_of_measurement': None,
})
# ---
# name: test_sensors[sensor.solaredge_se10000h_vendor_status-state]
StateSnapshot({
'attributes': ReadOnlyDict({
<EntityStateAttribute.FRIENDLY_NAME: 'friendly_name'>: 'SolarEdge SE10000H Vendor status',
}),
'context': <ANY>,
'entity_id': 'sensor.solaredge_se10000h_vendor_status',
'last_changed': <ANY>,
'last_reported': <ANY>,
'last_updated': <ANY>,
'state': '4',
})
# ---
# name: test_sensors[sensor.solaredge_se10000h_voltage-entry]
EntityRegistryEntrySnapshot({
'aliases': list([