mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Enphase remove operating (#98682)
This commit is contained in:
parent
5965918c86
commit
91965a74d8
@ -51,12 +51,6 @@ ENCHARGE_SENSORS = (
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
value_fn=lambda encharge: not encharge.dc_switch_off,
|
||||
),
|
||||
EnvoyEnchargeBinarySensorEntityDescription(
|
||||
key="operating",
|
||||
translation_key="operating",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
value_fn=lambda encharge: encharge.operating,
|
||||
),
|
||||
)
|
||||
|
||||
RELAY_STATUS_SENSOR = BinarySensorEntityDescription(
|
||||
@ -88,12 +82,6 @@ ENPOWER_SENSORS = (
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
value_fn=lambda enpower: enpower.communicating,
|
||||
),
|
||||
EnvoyEnpowerBinarySensorEntityDescription(
|
||||
key="operating",
|
||||
translation_key="operating",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
value_fn=lambda enpower: enpower.operating,
|
||||
),
|
||||
EnvoyEnpowerBinarySensorEntityDescription(
|
||||
key="mains_oper_state",
|
||||
translation_key="grid_status",
|
||||
|
@ -29,9 +29,6 @@
|
||||
"dc_switch": {
|
||||
"name": "DC switch"
|
||||
},
|
||||
"operating": {
|
||||
"name": "Operating"
|
||||
},
|
||||
"grid_status": {
|
||||
"name": "Grid status"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user