Bump version for services hotfix, and fix typo

This commit is contained in:
Clayton Nummer 2020-02-12 23:04:10 -05:00
commit db7d0574dd
4 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@ from homeassistant.util.dt import utcnow as dt_utcnow, as_local
from datetime import datetime, timedelta
VERSION = '1.0.9'
VERSION = '1.0.10b'
_LOGGER = logging.getLogger(__name__)