Update device_tracker.meraki.markdown (#4263)

Fixed a typo
This commit is contained in:
Emre Saglam 2017-12-21 23:33:35 -08:00 committed by Fabian Affolter
parent 72800dc03d
commit 3ce7359bb2

View File

@ -20,7 +20,7 @@ After you configure access to the Meraki CMX API, add the following to your `con
# Example configuration.yaml entry # Example configuration.yaml entry
device_tracker: device_tracker:
- platform: meraki - platform: meraki
secret: your_secert secret: your_secret
validator: meraki_validator validator: meraki_validator
``` ```