diff --git a/atom.xml b/atom.xml index c4876bbc13..fca76a36e1 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
name
allows multiple notifiers to be created. The default value is notify
. The notifier will bind to the service notify.NOTIFIER_NAME
.False
.It’s easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel home-assistant, just fire a request and check the channel page in the dashboard for a new message.
diff --git a/components/switch.pilight/index.html b/components/switch.pilight/index.html index 0ae4250751..3443c457f9 100644 --- a/components/switch.pilight/index.html +++ b/components/switch.pilight/index.html @@ -131,7 +131,7 @@Variables for the different codes:
intertechno_old
or daycom
.intertechno_old
or daycom
.This (large) sensor configuration gives us another example:
### sensors.yaml
-##############################################################
-### METEOBRIDGE ####
-##############################################################
-
+### METEOBRIDGE #############################################
- platform: tcp
name: 'Outdoor Temp (Meteobridge)'
host: 192.168.2.82
@@ -215,27 +208,14 @@ customize.yaml
payload: "Content-type: text/xml; charset=UTF-8\n\n"
value_template: "{{value.split (' ')[3]}}"
unit: Percent
-- platform: tcp
- name: 'Outdoor Dewpoint (Meteobridge)'
- host: 192.168.2.82
- port: 5556
- timeout: 6
- payload: "Content-type: text/xml; charset=UTF-8\n\n"
- value_template: "{{value.split (' ')[4] }}"
- unit: C
-###################################
-#### STEAM FRIENDS ####
-##################################
+#### STEAM FRIENDS ##################################
- platform: steam_online
api_key: [not telling]
accounts:
- 76561198012067051
-##################################
-#### TIME/DATE ####
-##################################
-
+#### TIME/DATE ##################################
- platform: time_date
display_options:
- 'time'
@@ -246,12 +226,6 @@ customize.yaml
- platform: worldclock
time_zone: America/New_York
name: 'Ann Arbor'
-- platform: worldclock
- time_zone: Europe/Vienna
- name: 'Innsbruck'
-- platform: worldclock
- time_zone: America/New_York
- name: 'Ann Arbor'