diff --git a/.gitignore b/.gitignore index 8dc8dc9..808141a 100644 --- a/.gitignore +++ b/.gitignore @@ -123,5 +123,5 @@ dist # IntelliJ /.idea/ -/dot-homebridge/accessories/ -/dot-homebridge/persist/ +/.homebridge/accessories/ +/.homebridge/persist/ diff --git a/dot-homebridge/config.json b/.homebridge/config.json similarity index 94% rename from dot-homebridge/config.json rename to .homebridge/config.json index ba9da58..33746c6 100644 --- a/dot-homebridge/config.json +++ b/.homebridge/config.json @@ -6,7 +6,7 @@ }, "platforms": [ { - "pin": "808-00-808", + "pin": "121-11-121", "platform": "PrometheusExporter", "debug": true }, diff --git a/.npmignore b/.npmignore index ab7c1b8..fc95519 100644 --- a/.npmignore +++ b/.npmignore @@ -134,7 +134,7 @@ web_modules/ .pnp.* # Dev setup -dot-homebridge/ +.homebridge/ tests/ .idea/ flake.* diff --git a/nodemon.json b/nodemon.json index d130b87..94d6da4 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,7 +1,7 @@ { "watch": ["./"], - "ignore": ["dist/*", "tests/*"], - "exec": "tsc && homebridge -D -U dot-homebridge", + "ignore": ["dist/*", "tests/*", ".homebridge/persist", ".homebridge/accessories"], + "exec": "tsc && homebridge -I -D -U .homebridge", "signal": "SIGTERM", "env": { "NODE_OPTIONS": "--trace-warnings"