Skip to content

Commit

Permalink
Merge branch 'master' into improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rospogrigio authored Dec 15, 2021
2 parents 6b0a9be + 0a0606d commit b357d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/airbnk_mqtt/tasmota_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,14 +322,14 @@ def scanAllAdverts(self):
)

async def async_sendFrame1(self):
await mqtt.async_publish(
mqtt.publish(
self.hass,
BLEOpTopic % self._lockConfig[CONF_MQTT_TOPIC],
self.BLEOPWritePAYLOADGen(self.frame1hex),
)

async def async_sendFrame2(self):
await mqtt.async_publish(
mqtt.publish(
self.hass,
BLEOpTopic % self._lockConfig[CONF_MQTT_TOPIC],
self.BLEOPWritePAYLOADGen(self.frame2hex),
Expand Down

0 comments on commit b357d15

Please sign in to comment.