mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 17:04:05 +00:00
Fix for 'list index out of range' (#54588)
This commit is contained in:
@@ -50,6 +50,7 @@ SENSOR_TYPES = {
|
||||
ELECTRIC_POTENTIAL_VOLT,
|
||||
"mdi:current-ac",
|
||||
None,
|
||||
None,
|
||||
],
|
||||
"current_DC_voltage": [
|
||||
"dcvoltage",
|
||||
@@ -57,6 +58,7 @@ SENSOR_TYPES = {
|
||||
ELECTRIC_POTENTIAL_VOLT,
|
||||
"mdi:current-dc",
|
||||
None,
|
||||
None,
|
||||
],
|
||||
"current_frequency": [
|
||||
"gridfrequency",
|
||||
|
||||
Reference in New Issue
Block a user