If you plan to contribute back to this repo, please fork & open a PR.
Only native speaker can translate to specific language.
- Copy
custom_components/check_weather/translations/en.jsonfile and name it with appropriate language code. - Translate only keys in this file, not values.
- Mention your translation in
readme.mdfile. - Open a PR.
- Find someone to check and approve your PR.
- Clone this repo to wherever you want:
git clone https://github.com/denysdovhan/ha-check-weather.git
- Go into the repo folder:
cd ha-check-weather - Open the project with VSCode Dev Container
- Start a HA via
Run Home Assistant on port 8123task or run a following command:scripts/develop
Now you you have a working Home Assistant instance with this integration installed. You can test your changes by editing the files in custom_components/check_weather folder and restarting your Home Assistant instance.