Bump pynecil to v1.0.1 (#131935)

This commit is contained in:
Manu 2024-11-29 20:23:10 +01:00 committed by GitHub
parent c19038ced6
commit dd62fb387e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -13,5 +13,5 @@
"documentation": "https://www.home-assistant.io/integrations/iron_os",
"iot_class": "local_polling",
"loggers": ["pynecil", "aiogithubapi"],
"requirements": ["pynecil==0.2.1", "aiogithubapi==24.6.0"]
"requirements": ["pynecil==1.0.1", "aiogithubapi==24.6.0"]
}

View File

@ -137,7 +137,7 @@ PINECIL_SENSOR_DESCRIPTIONS: tuple[IronOSSensorEntityDescription, ...] = (
IronOSSensorEntityDescription(
key=PinecilSensor.TIP_VOLTAGE,
translation_key=PinecilSensor.TIP_VOLTAGE,
native_unit_of_measurement=UnitOfElectricPotential.MILLIVOLT,
native_unit_of_measurement=UnitOfElectricPotential.MICROVOLT,
device_class=SensorDeviceClass.VOLTAGE,
state_class=SensorStateClass.MEASUREMENT,
suggested_display_precision=3,

View File

@ -2090,7 +2090,7 @@ pymsteams==0.1.12
pymysensors==0.24.0
# homeassistant.components.iron_os
pynecil==0.2.1
pynecil==1.0.1
# homeassistant.components.netgear
pynetgear==0.10.10

View File

@ -1686,7 +1686,7 @@ pymonoprice==0.4
pymysensors==0.24.0
# homeassistant.components.iron_os
pynecil==0.2.1
pynecil==1.0.1
# homeassistant.components.netgear
pynetgear==0.10.10

View File

@ -513,7 +513,7 @@
'supported_features': 0,
'translation_key': <PinecilSensor.TIP_VOLTAGE: 'tip_voltage'>,
'unique_id': 'c0:ff:ee:c0:ff:ee_tip_voltage',
'unit_of_measurement': <UnitOfElectricPotential.MILLIVOLT: 'mV'>,
'unit_of_measurement': <UnitOfElectricPotential.MICROVOLT: 'µV'>,
})
# ---
# name: test_sensors[sensor.pinecil_raw_tip_voltage-state]
@ -522,7 +522,7 @@
'device_class': 'voltage',
'friendly_name': 'Pinecil Raw tip voltage',
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
'unit_of_measurement': <UnitOfElectricPotential.MILLIVOLT: 'mV'>,
'unit_of_measurement': <UnitOfElectricPotential.MICROVOLT: 'µV'>,
}),
'context': <ANY>,
'entity_id': 'sensor.pinecil_raw_tip_voltage',