Add tests for goalzero (#57008)

* Add tests for goalzero

* clean up
This commit is contained in:
Robert Hillis 2021-11-09 00:29:25 -05:00 committed by GitHub
parent a22a966fac
commit cc872b4618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 452 additions and 93 deletions

View file

@ -38,6 +38,8 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
from . import Yeti, YetiEntity
from .const import DATA_KEY_API, DATA_KEY_COORDINATOR, DOMAIN
PARALLEL_UPDATES = 0
SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription(
key="wattsIn",