mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02: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