mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump nettigo_air_monitor
to version 4.1.0 (#140241)
* Bump nam to 4.1.0 * Update test snapshot
This commit is contained in:
parent
93982241a2
commit
b3d640982d
@ -7,7 +7,7 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["nettigo_air_monitor"],
|
"loggers": ["nettigo_air_monitor"],
|
||||||
"requirements": ["nettigo-air-monitor==4.0.0"],
|
"requirements": ["nettigo-air-monitor==4.1.0"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_http._tcp.local.",
|
"type": "_http._tcp.local.",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1477,7 +1477,7 @@ netdata==1.3.0
|
|||||||
netmap==0.7.0.2
|
netmap==0.7.0.2
|
||||||
|
|
||||||
# homeassistant.components.nam
|
# homeassistant.components.nam
|
||||||
nettigo-air-monitor==4.0.0
|
nettigo-air-monitor==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.neurio_energy
|
# homeassistant.components.neurio_energy
|
||||||
neurio==0.3.1
|
neurio==0.3.1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1243,7 +1243,7 @@ nessclient==1.1.2
|
|||||||
netmap==0.7.0.2
|
netmap==0.7.0.2
|
||||||
|
|
||||||
# homeassistant.components.nam
|
# homeassistant.components.nam
|
||||||
nettigo-air-monitor==4.0.0
|
nettigo-air-monitor==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.nexia
|
# homeassistant.components.nexia
|
||||||
nexia==2.2.2
|
nexia==2.2.2
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# name: test_entry_diagnostics
|
# name: test_entry_diagnostics
|
||||||
dict({
|
dict({
|
||||||
'data': dict({
|
'data': dict({
|
||||||
|
'bh1750_illuminance': None,
|
||||||
'bme280_humidity': 45.69,
|
'bme280_humidity': 45.69,
|
||||||
'bme280_pressure': 1011.0117,
|
'bme280_pressure': 1011.0117,
|
||||||
'bme280_temperature': 7.56,
|
'bme280_temperature': 7.56,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user