Bump SMA to 0.7.5 (#135799)
parent
3e4d92f6a7
commit
59429dea39
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/sma",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pysma"],
|
||||
"requirements": ["pysma==0.7.3"]
|
||||
"requirements": ["pysma==0.7.5"]
|
||||
}
|
||||
|
|
|
@ -48,6 +48,12 @@ SENSOR_ENTITIES: dict[str, SensorEntityDescription] = {
|
|||
entity_registry_enabled_default=False,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
"operating_status": SensorEntityDescription(
|
||||
key="operating_status",
|
||||
name="Operating Status",
|
||||
entity_registry_enabled_default=False,
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
"inverter_condition": SensorEntityDescription(
|
||||
key="inverter_condition",
|
||||
name="Inverter Condition",
|
||||
|
|
|
@ -2285,7 +2285,7 @@ pysignalclirestapi==0.3.24
|
|||
pyskyqhub==0.1.4
|
||||
|
||||
# homeassistant.components.sma
|
||||
pysma==0.7.3
|
||||
pysma==0.7.5
|
||||
|
||||
# homeassistant.components.smappee
|
||||
pysmappee==0.2.29
|
||||
|
|
|
@ -1857,7 +1857,7 @@ pysiaalarm==3.1.1
|
|||
pysignalclirestapi==0.3.24
|
||||
|
||||
# homeassistant.components.sma
|
||||
pysma==0.7.3
|
||||
pysma==0.7.5
|
||||
|
||||
# homeassistant.components.smappee
|
||||
pysmappee==0.2.29
|
||||
|
|
Loading…
Reference in New Issue