mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17: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,
|
ELECTRIC_POTENTIAL_VOLT,
|
||||||
"mdi:current-ac",
|
"mdi:current-ac",
|
||||||
None,
|
None,
|
||||||
|
None,
|
||||||
],
|
],
|
||||||
"current_DC_voltage": [
|
"current_DC_voltage": [
|
||||||
"dcvoltage",
|
"dcvoltage",
|
||||||
@ -57,6 +58,7 @@ SENSOR_TYPES = {
|
|||||||
ELECTRIC_POTENTIAL_VOLT,
|
ELECTRIC_POTENTIAL_VOLT,
|
||||||
"mdi:current-dc",
|
"mdi:current-dc",
|
||||||
None,
|
None,
|
||||||
|
None,
|
||||||
],
|
],
|
||||||
"current_frequency": [
|
"current_frequency": [
|
||||||
"gridfrequency",
|
"gridfrequency",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user