Add BlueMaestro integration (#77758)
* Add BlueMaestro integration * tests * dc
Showing
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- homeassistant/components/bluemaestro/__init__.py 49 additions, 0 deletionshomeassistant/components/bluemaestro/__init__.py
- homeassistant/components/bluemaestro/config_flow.py 94 additions, 0 deletionshomeassistant/components/bluemaestro/config_flow.py
- homeassistant/components/bluemaestro/const.py 3 additions, 0 deletionshomeassistant/components/bluemaestro/const.py
- homeassistant/components/bluemaestro/device.py 31 additions, 0 deletionshomeassistant/components/bluemaestro/device.py
- homeassistant/components/bluemaestro/manifest.json 16 additions, 0 deletionshomeassistant/components/bluemaestro/manifest.json
- homeassistant/components/bluemaestro/sensor.py 149 additions, 0 deletionshomeassistant/components/bluemaestro/sensor.py
- homeassistant/components/bluemaestro/strings.json 22 additions, 0 deletionshomeassistant/components/bluemaestro/strings.json
- homeassistant/components/bluemaestro/translations/en.json 22 additions, 0 deletionshomeassistant/components/bluemaestro/translations/en.json
- homeassistant/generated/bluetooth.py 5 additions, 0 deletionshomeassistant/generated/bluetooth.py
- homeassistant/generated/config_flows.py 1 addition, 0 deletionshomeassistant/generated/config_flows.py
- requirements_all.txt 3 additions, 0 deletionsrequirements_all.txt
- requirements_test_all.txt 3 additions, 0 deletionsrequirements_test_all.txt
- tests/components/bluemaestro/__init__.py 26 additions, 0 deletionstests/components/bluemaestro/__init__.py
- tests/components/bluemaestro/conftest.py 8 additions, 0 deletionstests/components/bluemaestro/conftest.py
- tests/components/bluemaestro/test_config_flow.py 200 additions, 0 deletionstests/components/bluemaestro/test_config_flow.py
- tests/components/bluemaestro/test_sensor.py 50 additions, 0 deletionstests/components/bluemaestro/test_sensor.py
Loading
Please register or sign in to comment