-
- Downloads
Glances config flow (#27221)
* Glances Integration with config flow * Glances Integration with config flow * fix description texts * Glances Integration with config flow * Glances Integration with config flow * fix description texts * update .coverage.py * add codeowner * add test_options * Fixed typos, Added import, fixed tests * sort imports * remove commented code
Showing
- .coveragerc 1 addition, 0 deletions.coveragerc
- CODEOWNERS 1 addition, 1 deletionCODEOWNERS
- homeassistant/components/glances/.translations/en.json 37 additions, 0 deletionshomeassistant/components/glances/.translations/en.json
- homeassistant/components/glances/__init__.py 174 additions, 1 deletionhomeassistant/components/glances/__init__.py
- homeassistant/components/glances/config_flow.py 130 additions, 0 deletionshomeassistant/components/glances/config_flow.py
- homeassistant/components/glances/const.py 36 additions, 0 deletionshomeassistant/components/glances/const.py
- homeassistant/components/glances/manifest.json 4 additions, 2 deletionshomeassistant/components/glances/manifest.json
- homeassistant/components/glances/sensor.py 41 additions, 125 deletionshomeassistant/components/glances/sensor.py
- homeassistant/components/glances/strings.json 37 additions, 0 deletionshomeassistant/components/glances/strings.json
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/glances/__init__.py 1 addition, 0 deletionstests/components/glances/__init__.py
- tests/components/glances/test_config_flow.py 102 additions, 0 deletionstests/components/glances/test_config_flow.py
Loading
Please register or sign in to comment