Skip to content

Commit 2d4b2e8

Browse files
Fix typo in const.py for Imeon inverter integration (home-assistant#151515)
Co-authored-by: TheBushBoy <[email protected]>
1 parent b08a72a commit 2d4b2e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

homeassistant/components/imeon_inverter/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"unsynchronized",
1414
"grid_consumption",
1515
"grid_injection",
16-
"grid_synchronised_but_not_used",
16+
"grid_synchronized_but_not_used",
1717
]
1818
ATTR_TIMELINE_STATUS = [
1919
"com_lost",

tests/components/imeon_inverter/snapshots/test_sensor.ambr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@
13551355
'unsynchronized',
13561356
'grid_consumption',
13571357
'grid_injection',
1358-
'grid_synchronised_but_not_used',
1358+
'grid_synchronized_but_not_used',
13591359
]),
13601360
}),
13611361
'config_entry_id': <ANY>,
@@ -1397,7 +1397,7 @@
13971397
'unsynchronized',
13981398
'grid_consumption',
13991399
'grid_injection',
1400-
'grid_synchronised_but_not_used',
1400+
'grid_synchronized_but_not_used',
14011401
]),
14021402
}),
14031403
'context': <ANY>,

0 commit comments

Comments
 (0)