diff --git a/atom.xml b/atom.xml index c67fffb93e..ac61730e67 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
diff --git a/blog/2017/12/03/release-59/index.html b/blog/2017/12/03/release-59/index.html index 1038acd5d9..8dc8a8e0f8 100644 --- a/blog/2017/12/03/release-59/index.html +++ b/blog/2017/12/03/release-59/index.html @@ -74,7 +74,7 @@…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
This example tries to retrieve the price for electricity.
+# Example configuration.yaml entry
+sensor:
+ - platform: scrape
+ resource: https://elen.nu/timpriser-pa-el-for-elomrade-se3-stockholm/
+ name: Electricity price
+ select: ".elspot-content"
+ value_template: '{{ value.split(" ")[0] }}'
+ unit_of_measurement: "öre/kWh"
+
+