Skip to content

Commit

Permalink
Bump mopeka-iot-ble to 0.7.0 (home-assistant#109516)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Feb 3, 2024
1 parent 978d2a7 commit 1c268b1
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 3 deletions.
38 changes: 37 additions & 1 deletion homeassistant/components/mopeka/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,48 @@
"manufacturer_data_start": [3],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [4],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [5],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [6],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [8],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [9],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [10],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
"manufacturer_data_start": [11],
"connectable": false
},
{
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 89,
Expand All @@ -27,5 +63,5 @@
"documentation": "https://www.home-assistant.io/integrations/mopeka",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["mopeka-iot-ble==0.5.0"]
"requirements": ["mopeka-iot-ble==0.7.0"]
}
54 changes: 54 additions & 0 deletions homeassistant/generated/bluetooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,33 @@
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
4,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
5,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
6,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
Expand All @@ -349,6 +376,33 @@
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
9,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
10,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
"manufacturer_data_start": [
11,
],
"manufacturer_id": 89,
"service_uuid": "0000fee5-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "mopeka",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ moat-ble==0.1.1
moehlenhoff-alpha2==1.3.0

# homeassistant.components.mopeka
mopeka-iot-ble==0.5.0
mopeka-iot-ble==0.7.0

# homeassistant.components.motion_blinds
motionblinds==0.6.19
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ moat-ble==0.1.1
moehlenhoff-alpha2==1.3.0

# homeassistant.components.mopeka
mopeka-iot-ble==0.5.0
mopeka-iot-ble==0.7.0

# homeassistant.components.motion_blinds
motionblinds==0.6.19
Expand Down

0 comments on commit 1c268b1

Please sign in to comment.