1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Removed URL and made fixed.

This commit is contained in:
Dick Wolff 2021-01-13 21:27:19 +01:00
parent dfb0b14626
commit 9e0ef05efe
3 changed files with 3 additions and 4 deletions

View file

@ -118,7 +118,7 @@ services:
# background: red # optional color for card to set color directly without custom stylesheet
```
View the [Custom Services](customservices.md) file for details about all available custom services (like PiHole).
View [Custom Services](customservices.md) for details about all available custom services (like PiHole) and how to configure them.
If you choose to fetch message information from an endpoint, the output format should be:

View file

@ -1,6 +1,6 @@
# Custom Services
Here is an overview of all custom services that are avaiable within Homer.
Here is an overview of all custom services that are available within Homer.
## PiHole
@ -26,7 +26,6 @@ The following configuration is available for the OpenWeatherMap service
```
items:
- name: "Weather"
url: "https://api.openweathermap.org/data/2.5/weather"
location: "Amsterdam" # your location.
apiKey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api.
units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin.