mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Bump bring-api to 1.1.2 (#169729)
This commit is contained in:
@@ -8,5 +8,5 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["bring_api"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["bring-api==1.1.1"]
|
||||
"requirements": ["bring-api==1.1.2"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -697,7 +697,7 @@ boto3==1.37.1
|
||||
botocore==1.37.1
|
||||
|
||||
# homeassistant.components.bring
|
||||
bring-api==1.1.1
|
||||
bring-api==1.1.2
|
||||
|
||||
# homeassistant.components.broadlink
|
||||
broadlink==0.19.0
|
||||
|
||||
Generated
+1
-1
@@ -627,7 +627,7 @@ boschshcpy==0.2.107
|
||||
botocore==1.37.1
|
||||
|
||||
# homeassistant.components.bring
|
||||
bring-api==1.1.1
|
||||
bring-api==1.1.2
|
||||
|
||||
# homeassistant.components.broadlink
|
||||
broadlink==0.19.0
|
||||
|
||||
@@ -242,9 +242,16 @@
|
||||
'attributes': list([
|
||||
dict({
|
||||
'content': dict({
|
||||
'activeFrom': None,
|
||||
'activeTo': None,
|
||||
'companyBrn': None,
|
||||
'convenient': True,
|
||||
'discounted': True,
|
||||
'newItemIcon': None,
|
||||
'newItemSection': None,
|
||||
'source': None,
|
||||
'urgent': True,
|
||||
'uuid': None,
|
||||
}),
|
||||
'type': 'PURCHASE_CONDITIONS',
|
||||
}),
|
||||
@@ -257,9 +264,16 @@
|
||||
'attributes': list([
|
||||
dict({
|
||||
'content': dict({
|
||||
'activeFrom': None,
|
||||
'activeTo': None,
|
||||
'companyBrn': None,
|
||||
'convenient': True,
|
||||
'discounted': True,
|
||||
'newItemIcon': None,
|
||||
'newItemSection': None,
|
||||
'source': None,
|
||||
'urgent': True,
|
||||
'uuid': None,
|
||||
}),
|
||||
'type': 'PURCHASE_CONDITIONS',
|
||||
}),
|
||||
@@ -296,9 +310,16 @@
|
||||
'attributes': list([
|
||||
dict({
|
||||
'content': dict({
|
||||
'activeFrom': None,
|
||||
'activeTo': None,
|
||||
'companyBrn': None,
|
||||
'convenient': True,
|
||||
'discounted': True,
|
||||
'newItemIcon': None,
|
||||
'newItemSection': None,
|
||||
'source': None,
|
||||
'urgent': True,
|
||||
'uuid': None,
|
||||
}),
|
||||
'type': 'PURCHASE_CONDITIONS',
|
||||
}),
|
||||
@@ -311,9 +332,16 @@
|
||||
'attributes': list([
|
||||
dict({
|
||||
'content': dict({
|
||||
'activeFrom': None,
|
||||
'activeTo': None,
|
||||
'companyBrn': None,
|
||||
'convenient': True,
|
||||
'discounted': True,
|
||||
'newItemIcon': None,
|
||||
'newItemSection': None,
|
||||
'source': None,
|
||||
'urgent': True,
|
||||
'uuid': None,
|
||||
}),
|
||||
'type': 'PURCHASE_CONDITIONS',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user