Open jasonlai79 opened 2 years ago
無法從整合加入設定
Logger: homeassistant.config_entries Source: config_entries.py:720 First occurred: 23:23:43 (2 occurrences) Last logged: 23:25:30 Error occurred loading configuration flow for integration Hitachi_smart_app: cannot import name 'HTTP_OK' from 'homeassistant.const' (/usr/src/homeassistant/homeassistant/const.py)
碰到同樣的問題, HA版本是2022.3.3
Same here.
Open Code Editor Open custom_components/Hitachi_smart_app/smarthome/init.py line 6
line 692 if response.status == HTTP_OK => if response.status == 200
it's work for me.
無法從整合加入設定