mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 18:08:37 -04:00
Fix typo in const.py for Imeon inverter integration (#151515)
Co-authored-by: TheBushBoy <theodavid@icloud.com>
This commit is contained in:
co-authored by
TheBushBoy
parent
dc4d6ddbef
commit
1f6853db28
@@ -1355,7 +1355,7 @@
|
||||
'unsynchronized',
|
||||
'grid_consumption',
|
||||
'grid_injection',
|
||||
'grid_synchronised_but_not_used',
|
||||
'grid_synchronized_but_not_used',
|
||||
]),
|
||||
}),
|
||||
'config_entry_id': <ANY>,
|
||||
@@ -1397,7 +1397,7 @@
|
||||
'unsynchronized',
|
||||
'grid_consumption',
|
||||
'grid_injection',
|
||||
'grid_synchronised_but_not_used',
|
||||
'grid_synchronized_but_not_used',
|
||||
]),
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
||||
Reference in New Issue
Block a user