]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fixed some typo's.
authorDick Wolff <dckwlff@gmail.com>
Wed, 13 Jan 2021 20:25:07 +0000 (21:25 +0100)
committerDick Wolff <dckwlff@gmail.com>
Wed, 13 Jan 2021 20:25:07 +0000 (21:25 +0100)
docs/configuration.md
docs/customservices.md

index 6c6a444fde1966322361d211b250feb954745fcf..174da4f3be90b0ab5216d9c80c00d1acbc2a0bd5 100644 (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 the [Custom Services](customservices.md) file for details about all available custom services (like PiHole).
 
 If you choose to fetch message information from an endpoint, the output format should be:
 
index 42bd87db5c8fb59d030d78dd81cfe532fd2dfbe9..7c1818e3bd565f4316af7c8539f4f87c8e518353 100644 (file)
@@ -1,4 +1,4 @@
-# Tips & Tricks
+# Custom Services
 
 Here is an overview of all custom services that are avaiable within Homer.
 
@@ -25,11 +25,11 @@ 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.
-         background: "square" choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none.
-         type: "OpenWeather"
+     - 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.
+       background: "square" choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none.
+       type: "OpenWeather"
 ```