Add config flow, service info, translations & YAML reload service
- Add UI based config flow & service type "device info"
- Convert YAML config from "
sensor: {platform: sun2, ...}
" (which is now deprecated) to "sun2: ...
" - Make elevation binary sensor YAML config similar to other sensors
- Require
unique_id
for all "non-simple" YAML sensor configs - Add YAML reload service
- Add translations
- Minimum supported HA Core version is 2023.4