Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Danieldiazi authored Dec 8, 2024
1 parent 48b556e commit 4dd330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/honda_recall_check/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

CONFIG_SCHEMA = vol.Schema({
vol.Required("vin"): str,
vol.Optional("scan_interval", default=60): int, # Intervalo predeterminado: 60 minutos
vol.Optional("scan_interval", default=1440): int, # Intervalo predeterminado: 1440 minutos = 24 horas
})

class HondaRecallConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
Expand Down

0 comments on commit 4dd330c

Please sign in to comment.