Closed LudovicRousseau closed 1 year ago
Do not store the login & password in the main file. No need to risk putting secrets in the git repository.
Create a file named "ma_config.py" that contains: login="xxxxx" password="xxxxx"
In my opinion I think you should also add domoticz ip and port in this file, and name it cozytouch_config.py or something like that
Good idea @Tatroxitum. I added a new commit.
Do not store the login & password in the main file. No need to risk putting secrets in the git repository.
Create a file named "ma_config.py" that contains: login="xxxxx" password="xxxxx"