diff --git a/atom.xml b/atom.xml index 5f1ed32c05..271d01509f 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The supervisord
platform allows you to track the states of Supervisord.
It required that you enable the HTTP feature in the /etc/supervisord.conf
configuration file.
[inet_http_server]
+port=127.0.0.1:9001
+
+After a restart of supervisord
you should be able to access the web interface. If needed then this could be added as a iFrame panel.
+
+
To use this sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
diff --git a/components/sensor.tcp/index.html b/components/sensor.tcp/index.html
index ff79292628..2772567cdf 100644
--- a/components/sensor.tcp/index.html
+++ b/components/sensor.tcp/index.html
@@ -106,14 +106,14 @@
You will notice that the output from the service is not just a single value (it contains “;ok” as well). To grab the value we’re interested in, we can use a Jinja2 template. The response received is injected into the template as the value
variable. To use this value within Home Assistant, use the following configuration:
sensor:
# Example configuration.yaml entry
- platform: tcp
- name: Central Heating Pressure
- host: 10.0.0.127
- port: 8888
- timeout: 5
- payload: "r WaterPressure\n"
- value_template: "{{ value.split(';')[0] }}"
- unit_of_measurement: Bar
+ - platform: tcp
+ name: Central Heating Pressure
+ host: 10.0.0.127
+ port: 8888
+ timeout: 5
+ payload: "r WaterPressure\n"
+ value_template: "{{ value.split(';')[0] }}"
+ unit_of_measurement: Bar
hddtemp
@@ -133,14 +133,14 @@ Escape character is '^]'.
The entry for the configuration.yaml
file for a hddtemp
sensor could look like the example below.
sensor:
# Example configuration.yaml entry
- platform: tcp
- name: HDD temperature
- host: 127.0.0.1
- port: 7634
- timeout: 5
- payload: "\n"
- value_template: "{{ value.split('|')[3] }}"
- unit_of_measurement: "°C"
+ - platform: tcp
+ name: HDD temperature
+ host: 127.0.0.1
+ port: 7634
+ timeout: 5
+ payload: "\n"
+ value_template: "{{ value.split('|')[3] }}"
+ unit_of_measurement: "°C"
diff --git a/images/screenshots/supervisor.png b/images/screenshots/supervisor.png
new file mode 100644
index 0000000000..36e71bc34e
Binary files /dev/null and b/images/screenshots/supervisor.png differ
diff --git a/sitemap.xml b/sitemap.xml
index a663f22ec4..5eb2cfb635 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3823,62 +3823,62 @@
https://home-assistant.io/demo/frontend.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/index.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-08-05T10:06:12+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-08-05T10:06:13+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-08-05T10:06:13+00:00
+2017-08-05T11:35:19+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-08-05T10:06:13+00:00
+2017-08-05T11:35:19+00:00