This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Commit 60f7ce1
fix(config_flow): remove manual config_entry init from OptionsFlow
HA 2024+ auto-provides self.config_entry on OptionsFlow. Manual
__init__ with config_entry arg caused 500 Internal Server Error.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d009e1c commit 60f7ce1
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | 172 | | |
182 | 173 | | |
183 | 174 | | |
| |||
0 commit comments