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:
parent
dfb0b14626
commit
9e0ef05efe
3 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue