Remove powerwall attributes no longer present in latest firmware (#36667)

This commit is contained in:
J. Nick Koston 2020-06-11 12:15:02 -05:00 committed by GitHub
parent dd6d18102f
commit 2d5faaf3f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 18 deletions

View file

@ -8,13 +8,10 @@ POWERWALL_API_CHANGED = "api_changed"
UPDATE_INTERVAL = 30
ATTR_REGION = "region"
ATTR_GRID_CODE = "grid_code"
ATTR_FREQUENCY = "frequency"
ATTR_ENERGY_EXPORTED = "energy_exported_(in_kW)"
ATTR_ENERGY_IMPORTED = "energy_imported_(in_kW)"
ATTR_INSTANT_AVERAGE_VOLTAGE = "instant_average_voltage"
ATTR_NOMINAL_SYSTEM_POWER = "nominal_system_power_kW"
ATTR_IS_ACTIVE = "is_active"
STATUS_VERSION = "version"