mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix for 'list index out of range' (#54588)
This commit is contained in:
parent
029873a088
commit
3454102dc8
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user