Add grid services active sensor to telsa powerwall integration (#56317)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
some-guy-in-oz 2021-10-23 10:55:25 +10:30 committed by GitHub
parent 1b42caa34a
commit b2d67f8d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 0 deletions

View file

@ -19,6 +19,7 @@ POWERWALL_SITE_NAME = "site_name"
POWERWALL_API_METERS = "meters"
POWERWALL_API_CHARGE = "charge"
POWERWALL_API_GRID_SERVICES_ACTIVE = "grid_services_active"
POWERWALL_API_GRID_STATUS = "grid_status"
POWERWALL_API_SITEMASTER = "sitemaster"
POWERWALL_API_STATUS = "status"