I was running the recorder database on my NAS up until 2021.7.2. Instruction says to replace @ with %40. This does not work or I may have misunderstood the guidance
From configuration.yaml:
recorder:
purge_keep_days: 31
db_url: !secret recorder_db_url
include:
domains:
- sensor
From secrets.yaml
recorder_db_url: mysql://username:passsord%40192.168.87.250/homeassistant?charset=utf8mb4
Worked fine under 2021.6 with @ instead of %40
Any suggestions/guidance?
Thanks in advance for any insight!