Skip to content

Commit

Permalink
[Doc] - Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartinou committed Dec 6, 2024
1 parent 9d99f5a commit 48d5f28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"WUD_VERSION": "dev",
"WUD_STORE_PATH": ".store",
"WUD_WATCHER_LOCAL_WATCHBYDEFAULT": "true",
"WUD_TRIGGER_MQTT_MOSQUITTO_URL": "mqtt://192.168.68.72:1883",
"WUD_TRIGGER_MQTT_MOSQUITTO_HASS_ENABLED": "true",
"WUD_TRIGGER_MQTT_MOSQUITTO_HASS_DISCOVERY": "true"
"WUD_AUTH_BASIC_JOHN_USER": "john",
"WUD_AUTH_BASIC_JOHN_HASH": "$apr1$aefKbZEa$ZSA5Y3zv9vDQOxr283NGx/"
}
}
2 changes: 1 addition & 1 deletion app/triggers/providers/mqtt/Hass.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Hass {
unique_id: entityId,
object_id: entityId,
name: name || entityId,
device: getHaDevice(),z
device: getHaDevice(),
icon: icon || sanitizeIcon('mdi:docker'),
entity_picture: 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png',
state_topic: stateTopic,
Expand Down

0 comments on commit 48d5f28

Please sign in to comment.