Spelling fixes (#25666)
This commit is contained in:
parent
2f7c57b257
commit
a54ade1189
38 changed files with 52 additions and 52 deletions
|
@ -106,7 +106,7 @@ class MinutPointBinarySensor(MinutPointEntity, BinarySensorDevice):
|
|||
_device_id = data.get("event", {}).get("device_id")
|
||||
if _type not in self._events or _device_id != self.device.device_id:
|
||||
return
|
||||
_LOGGER.debug("Recieved webhook: %s", _type)
|
||||
_LOGGER.debug("Received webhook: %s", _type)
|
||||
if _type == self._events[0]:
|
||||
self._is_on = True
|
||||
if _type == self._events[1]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue