Restructure public config and deployment
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ Both variants:
|
||||
Run:
|
||||
|
||||
```bash
|
||||
.venv/bin/python -m ha_deconz_bridge.debugger.web_debugger ./configs/example.py "Example Mixed North" --host 127.0.0.1 --port 8765
|
||||
.venv/bin/python -m ha_deconz_bridge.debugger.web_debugger ./config.example/lights_config.py "Living Room Ceiling" --host 127.0.0.1 --port 8765
|
||||
```
|
||||
|
||||
Then open `http://127.0.0.1:8765` in a browser. If the debugger runs on the VM, tunnel the port over SSH if needed.
|
||||
@@ -37,7 +37,7 @@ Then open `http://127.0.0.1:8765` in a browser. If the debugger runs on the VM,
|
||||
For real hardware, pass your ignored local config instead:
|
||||
|
||||
```bash
|
||||
.venv/bin/python -m ha_deconz_bridge.debugger.web_debugger ./configs/local/lights_config.py "Your Light Name" --host 127.0.0.1 --port 8765
|
||||
.venv/bin/python -m ha_deconz_bridge.debugger.web_debugger ./config/lights_config.py "Your Light Name" --host 127.0.0.1 --port 8765
|
||||
```
|
||||
|
||||
Inside the UI:
|
||||
|
||||
Reference in New Issue
Block a user