Skip to content

Commit

Permalink
Update development.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio authored Aug 10, 2023
1 parent 11c74ac commit a68615f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hikvision-doorbell/development.env.example
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Example .env files for local development. Make a copy of it and set your own parameters

# JSON-encoded string containing the list of doorbells to connect to
# For a full list of options, have a look at the docs

DOORBELLS=[{"name":"outdoor", "ip": "192.168.0.1", "port": 8000, "username": "user", "password": "password"}]

# Connection to Home Assistant API (deprecated, use MQTT instead)
# HOME_ASSISTANT__URL=http://localhost:8123
# HOME_ASSISTANT__TOKEN=<secret_token>

# Connection to MQTT broker
MQTT__HOST=localhost
# Optionals:
Expand Down

0 comments on commit a68615f

Please sign in to comment.