diff --git a/addon/config.yaml b/addon/config.yaml index 9750592..555b3a0 100644 --- a/addon/config.yaml +++ b/addon/config.yaml @@ -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?"