Add model/part number data enphase_envoy (#97942)
This commit is contained in:
parent
3969de6c76
commit
05e131452d
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
|
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyenphase"],
|
"loggers": ["pyenphase"],
|
||||||
"requirements": ["pyenphase==0.11.0"],
|
"requirements": ["pyenphase==0.14.1"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_enphase-envoy._tcp.local."
|
"type": "_enphase-envoy._tcp.local."
|
||||||
|
|
|
@ -233,7 +233,7 @@ class EnvoyEntity(CoordinatorEntity[EnphaseUpdateCoordinator], SensorEntity):
|
||||||
self._attr_device_info = DeviceInfo(
|
self._attr_device_info = DeviceInfo(
|
||||||
identifiers={(DOMAIN, envoy_serial_num)},
|
identifiers={(DOMAIN, envoy_serial_num)},
|
||||||
manufacturer="Enphase",
|
manufacturer="Enphase",
|
||||||
model="Envoy",
|
model=coordinator.envoy.part_number or "Envoy",
|
||||||
name=envoy_name,
|
name=envoy_name,
|
||||||
sw_version=str(coordinator.envoy.firmware),
|
sw_version=str(coordinator.envoy.firmware),
|
||||||
)
|
)
|
||||||
|
|
|
@ -1662,7 +1662,7 @@ pyedimax==0.2.1
|
||||||
pyefergy==22.1.1
|
pyefergy==22.1.1
|
||||||
|
|
||||||
# homeassistant.components.enphase_envoy
|
# homeassistant.components.enphase_envoy
|
||||||
pyenphase==0.11.0
|
pyenphase==0.14.1
|
||||||
|
|
||||||
# homeassistant.components.envisalink
|
# homeassistant.components.envisalink
|
||||||
pyenvisalink==4.6
|
pyenvisalink==4.6
|
||||||
|
|
|
@ -1229,7 +1229,7 @@ pyeconet==0.1.20
|
||||||
pyefergy==22.1.1
|
pyefergy==22.1.1
|
||||||
|
|
||||||
# homeassistant.components.enphase_envoy
|
# homeassistant.components.enphase_envoy
|
||||||
pyenphase==0.11.0
|
pyenphase==0.14.1
|
||||||
|
|
||||||
# homeassistant.components.everlights
|
# homeassistant.components.everlights
|
||||||
pyeverlights==0.1.0
|
pyeverlights==0.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue