-
- Downloads
Add DHCP discovery to Obihai (#88984)
* Add DHCP discovery to Obihai * Unique ID is MAC * Move try blocks, cleanup * Migrate existing unique_ids * Use PyObihai to update Unique ID * Auth then use get_device_mac * Config flow changes * Reworking flow according to feedback * Cleanup
Showing
- homeassistant/components/obihai/__init__.py 29 additions, 1 deletionhomeassistant/components/obihai/__init__.py
- homeassistant/components/obihai/config_flow.py 100 additions, 22 deletionshomeassistant/components/obihai/config_flow.py
- homeassistant/components/obihai/connectivity.py 7 additions, 3 deletionshomeassistant/components/obihai/connectivity.py
- homeassistant/components/obihai/manifest.json 5 additions, 0 deletionshomeassistant/components/obihai/manifest.json
- homeassistant/components/obihai/strings.json 10 additions, 1 deletionhomeassistant/components/obihai/strings.json
- homeassistant/generated/dhcp.py 4 additions, 0 deletionshomeassistant/generated/dhcp.py
- tests/components/obihai/__init__.py 25 additions, 1 deletiontests/components/obihai/__init__.py
- tests/components/obihai/conftest.py 13 additions, 0 deletionstests/components/obihai/conftest.py
- tests/components/obihai/test_config_flow.py 119 additions, 5 deletionstests/components/obihai/test_config_flow.py
Please register or sign in to comment