Skip to content

Commit

Permalink
addon: set key/password fields to password type in schema
Browse files Browse the repository at this point in the history
closes: #168
  • Loading branch information
wez committed Apr 29, 2024
1 parent f0d2400 commit 30cf773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ options:
schema:
temperature_scale: "str?"
govee_email: "str?"
govee_password: "str?"
govee_api_key: "str?"
govee_password: "password?"
govee_api_key: "password?"
mqtt_host: "str?"
mqtt_port: "int?"
mqtt_username: "str?"
mqtt_password: "str?"
mqtt_password: "password?"
debug_level: "str?"
no_multicast: "bool?"
broadcast_all: "bool?"
Expand Down

0 comments on commit 30cf773

Please sign in to comment.