mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Bump SMA to 0.7.5 (#135799)
This commit is contained in:
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",
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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…
x
Reference in New Issue
Block a user