kvj / hass_nuki_ng

Better support for Nuki devices in the Home Assistant
MIT License
169 stars 32 forks source link

can i change the poll time (for local api) ? #100

Open malosaa opened 1 year ago

malosaa commented 1 year ago

Hi all,

is there a way to change the poll status (locally)? without setting up everything again ?

many thanks, regards

alexdelprete commented 1 year ago

for now, until @kvj implements edit of the config flow, you can edit the core.config_entries HA file, under .storage folder.

Look for the string "domain": "nuki_ng" and a few lines below you can edit the line "update_seconds": 30. After the change, save and restart HA.

Be careful because it's not a supported procedure, you could create severe issues to HA config if you make mistakes. Make a copy of the file first.

Nebur692 commented 1 year ago

What is the minimum that must not be exceeded for synchronization?