mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Bump pynecil to v1.0.1 (#131935)
This commit is contained in:
parent
c19038ced6
commit
dd62fb387e
@ -13,5 +13,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/iron_os",
|
"documentation": "https://www.home-assistant.io/integrations/iron_os",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pynecil", "aiogithubapi"],
|
"loggers": ["pynecil", "aiogithubapi"],
|
||||||
"requirements": ["pynecil==0.2.1", "aiogithubapi==24.6.0"]
|
"requirements": ["pynecil==1.0.1", "aiogithubapi==24.6.0"]
|
||||||
}
|
}
|
||||||
|
@ -137,7 +137,7 @@ PINECIL_SENSOR_DESCRIPTIONS: tuple[IronOSSensorEntityDescription, ...] = (
|
|||||||
IronOSSensorEntityDescription(
|
IronOSSensorEntityDescription(
|
||||||
key=PinecilSensor.TIP_VOLTAGE,
|
key=PinecilSensor.TIP_VOLTAGE,
|
||||||
translation_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,
|
device_class=SensorDeviceClass.VOLTAGE,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
suggested_display_precision=3,
|
suggested_display_precision=3,
|
||||||
|
@ -2090,7 +2090,7 @@ pymsteams==0.1.12
|
|||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
|
||||||
# homeassistant.components.iron_os
|
# homeassistant.components.iron_os
|
||||||
pynecil==0.2.1
|
pynecil==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.netgear
|
# homeassistant.components.netgear
|
||||||
pynetgear==0.10.10
|
pynetgear==0.10.10
|
||||||
|
@ -1686,7 +1686,7 @@ pymonoprice==0.4
|
|||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
|
||||||
# homeassistant.components.iron_os
|
# homeassistant.components.iron_os
|
||||||
pynecil==0.2.1
|
pynecil==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.netgear
|
# homeassistant.components.netgear
|
||||||
pynetgear==0.10.10
|
pynetgear==0.10.10
|
||||||
|
@ -513,7 +513,7 @@
|
|||||||
'supported_features': 0,
|
'supported_features': 0,
|
||||||
'translation_key': <PinecilSensor.TIP_VOLTAGE: 'tip_voltage'>,
|
'translation_key': <PinecilSensor.TIP_VOLTAGE: 'tip_voltage'>,
|
||||||
'unique_id': 'c0:ff:ee:c0:ff:ee_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]
|
# name: test_sensors[sensor.pinecil_raw_tip_voltage-state]
|
||||||
@ -522,7 +522,7 @@
|
|||||||
'device_class': 'voltage',
|
'device_class': 'voltage',
|
||||||
'friendly_name': 'Pinecil Raw tip voltage',
|
'friendly_name': 'Pinecil Raw tip voltage',
|
||||||
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
'state_class': <SensorStateClass.MEASUREMENT: 'measurement'>,
|
||||||
'unit_of_measurement': <UnitOfElectricPotential.MILLIVOLT: 'mV'>,
|
'unit_of_measurement': <UnitOfElectricPotential.MICROVOLT: 'µV'>,
|
||||||
}),
|
}),
|
||||||
'context': <ANY>,
|
'context': <ANY>,
|
||||||
'entity_id': 'sensor.pinecil_raw_tip_voltage',
|
'entity_id': 'sensor.pinecil_raw_tip_voltage',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user