Install and configure services from configuration.yaml

Hello !

I am looking for a way to configure my services from the configuration.yaml file but I can’t find them from the ui.

For example I would like to have a configuration for openweathermap in my configuration.yaml file

weather: 
  - platform: openweathermap
      api_key: a06....
      latitude: 43.7101728
      longitude: 7.2619532

I have succeeded with scenes and automations but I don’t understand how to configure the services.

Thanks for your help :raised_hands:

According to the documentation for OpenWeatherMap, you configure it exclusively via the UI (not via YAML).

Generally speaking, if the documentation doesn’t mention YAML-based configuration then it’s not supported.

Okay I understand better, thank you very much.