-
- Downloads
Add support for Minecraft SRV records (#32372)
* Added support for Minecraft SRV records * Switched from dnspython to aiodns, improved server ping and log messages, use address instead of host and port in config flow * Updated component requirements
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- homeassistant/components/minecraft_server/__init__.py 38 additions, 10 deletionshomeassistant/components/minecraft_server/__init__.py
- homeassistant/components/minecraft_server/config_flow.py 57 additions, 28 deletionshomeassistant/components/minecraft_server/config_flow.py
- homeassistant/components/minecraft_server/const.py 3 additions, 1 deletionhomeassistant/components/minecraft_server/const.py
- homeassistant/components/minecraft_server/helpers.py 32 additions, 0 deletionshomeassistant/components/minecraft_server/helpers.py
- homeassistant/components/minecraft_server/manifest.json 1 addition, 1 deletionhomeassistant/components/minecraft_server/manifest.json
- homeassistant/components/minecraft_server/strings.json 1 addition, 2 deletionshomeassistant/components/minecraft_server/strings.json
- requirements_all.txt 1 addition, 0 deletionsrequirements_all.txt
- requirements_test_all.txt 4 additions, 0 deletionsrequirements_test_all.txt
- tests/components/minecraft_server/test_config_flow.py 107 additions, 54 deletionstests/components/minecraft_server/test_config_flow.py
Loading
Please register or sign in to comment