guerrerotook / securitas-direct-new-api

This repository contains the new securitas direct API that can be integrated in Home Assistant
Apache License 2.0
79 stars 30 forks source link

configuration.yaml won't accept code #98

Closed PozoSer closed 1 year ago

PozoSer commented 1 year ago

Same as #94. Supposedly it is fixed but the configuration.yaml won't allow me to introduce a numeric code (e.g. 1234) as it expects a string value. In my case the country is ES.

Thanks for the work!

PozoSer commented 1 year ago

Never mind. Still not able to edit the configuration.yaml.

Tanjohnson99 commented 1 year ago

Same issue here. won't accept code

guerrerotook commented 1 year ago

configuration is not used anymore because of the support of config_flow. If you want to change your code, there is an special directory in the config folder, .storage. In there you can find core.config_entries and you can find the integration configuration, modify this there and restart.