We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d9e07 commit f64bac2Copy full SHA for f64bac2
README.md
@@ -40,7 +40,7 @@ from bthome import BTHome
40
beacon = BTHome("myBeacon")
41
beacon.temperature = dht.temperature()
42
beacon.humidity = dht.humidity()
43
-advert = beacon.pack_advertisement(bthome.TEMPERATURE_SINT16, bthome.HUMIDITY_UINT16)
+advert = beacon.pack_advertisement(BTHome.TEMPERATURE_SINT16, BTHome.HUMIDITY_UINT16)
44
await aioble.advertise(BLE_ADV_INTERVAL_uS, adv_data=advert, connectable=False)
45
```
46
0 commit comments