1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Change manufacturer_data_first_byte to manufacturer_data_start (#75379)

This commit is contained in:
J. Nick Koston
2022-07-17 17:25:45 -05:00
committed by GitHub
parent a95c2c7850
commit 91f2550bc3
8 changed files with 25 additions and 19 deletions
+2 -2
View File
@@ -205,7 +205,7 @@ def test_integration_properties(hass):
{"hostname": "tesla_*", "macaddress": "98ED5C*"},
{"registered_devices": True},
],
"bluetooth": [{"manufacturer_id": 76, "manufacturer_data_first_byte": 6}],
"bluetooth": [{"manufacturer_id": 76, "manufacturer_data_start": [0x06]}],
"usb": [
{"vid": "10C4", "pid": "EA60"},
{"vid": "1CF1", "pid": "0030"},
@@ -244,7 +244,7 @@ def test_integration_properties(hass):
{"vid": "10C4", "pid": "8A2A"},
]
assert integration.bluetooth == [
{"manufacturer_id": 76, "manufacturer_data_first_byte": 6}
{"manufacturer_id": 76, "manufacturer_data_start": [0x06]}
]
assert integration.ssdp == [
{