diff --git a/atom.xml b/atom.xml index 69623402bc..8a2201853c 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
There is no further configuration needed for tracking Owntracks devices.
+Owntracks can also be used with other device trackers, such as Nmap or Netgear. To do this, fill in the mac
field to the Owntracks entry in known_devices.yaml
with the MAC address of the device you want to track. This way the state of the device will be determined by the source that reported last.
Home Assistant can get information from your wireless router to track which devices are connected. Please check the sidebar for a list of brands of supported wireless routers.
-There are also trackers available which uses different technologies like MQTT or nmap to scan the network for devices
+There are also trackers available which uses different technologies like MQTT or Nmap to scan the network for devices.
To get started add the following lines to your configuration.yaml
(example for Netgear):
Once tracking, a file will be created in your config dir called known_devices.yaml
. Edit this file to adjust which devices have to be tracked. Here you can also setup a url for each device to be used as the entity picture and set whether the device will be show in the UI when in away state.
Multiple device trackers can be used in parallel, such as Owntracks and Nmap. The state of the device will be determined by the source that reported last.
+ diff --git a/components/sensor.arest/index.html b/components/sensor.arest/index.html index a3e2aaa1fd..82b8f7bff4 100644 --- a/components/sensor.arest/index.html +++ b/components/sensor.arest/index.html @@ -143,7 +143,7 @@diff --git a/cookbook/automation_for_rainy_days/index.html b/cookbook/automation_for_rainy_days/index.html index 7926da174d..6524468509 100644 --- a/cookbook/automation_for_rainy_days/index.html +++ b/cookbook/automation_for_rainy_days/index.html @@ -103,7 +103,7 @@
This requires a forecast.io sensor with the condition weather_precip
that tells if it’s raining or not.
automation:
@@ -122,7 +122,7 @@
Note, Philips Hue is currently the only light platform that support transitions.
@@ -141,6 +141,34 @@Notifications send through PushBullet when the sun state is changed.
+ +automation: + - alias: 'Send notification when sun rises' + trigger: + platform: sun + event: sunrise + offset: '+00:00:00' + action: + service: notify.pushbullet + data: + message: 'The sun is up.' + - alias: 'Send notification when sun sets' + trigger: + platform: sun + event: sunset + offset: '+00:00:00' + action: + service: notify.pushbullet + data: + message: 'The sun is down.' +
Turn on lights during daytime when it’s dark enough < 200 lux.
diff --git a/cookbook/dim_lights_when_playing_media/index.html b/cookbook/dim_lights_when_playing_media/index.html index ae3bcc1959..7752031567 100644 --- a/cookbook/dim_lights_when_playing_media/index.html +++ b/cookbook/dim_lights_when_playing_media/index.html @@ -105,13 +105,10 @@Like it how the lights dim up/down at the movies? Do it at home as well!
-This example uses the media player, Philips Hue (transitions) and the sun component.
-We’ll use actions to detect media player state changes and scenes to control multiple
-lights, color settings and transition between scenes.
This example uses the media player, Philips Hue (transitions) and the sun component. We’ll use actions to detect media player state changes and scenes to control multiple lights, color settings and transition between scenes.
-One scene for normal light, one for when movies are on.
-A 2 second transition gives a nice ‘feel’ to the switch.
One scene for normal light, one for when movies are on. A 2 second transition gives a nice ‘feel’ to the switch.
scene:
@@ -143,9 +140,8 @@ A 2 second transition gives a nice ‘feel’ to the switch.
The paused/stopped state is best matched using “from: ‘playing’”.
-Adding in the sun condition as we only want this when it’s dark.
The paused/stopped state is best matched using “from: ‘playing’”. Adding in the sun condition as we only want this when it’s dark.
automation: diff --git a/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html b/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html index 5eb4331bd1..30e9ea7754 100644 --- a/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html +++ b/cookbook/turn_on_light_for_10_minutes_when_motion_detected/index.html @@ -103,7 +103,7 @@
-Turn on lights with a resettable off timer
+Turn on lights with a resettable off timer
This recipe will turn on a light when there is motion and turn off the light when ten minutes has passed without any motion events .
diff --git a/developers/credits/index.html b/developers/credits/index.html index f022a168e5..b68eb90533 100644 --- a/developers/credits/index.html +++ b/developers/credits/index.html @@ -160,6 +160,7 @@