Minimize configuration sample

This commit is contained in:
Fabian Affolter 2018-05-10 19:15:14 +02:00
parent 2a9c13b15f
commit 1db44da98e
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -14,14 +14,17 @@ ha_iot_class: "Cloud Polling"
--- ---
`whois` sensor allows you to perform daily WHOIS lookups against your owned domains. This provides you with information such as `expiration_date`, `name_servers`, and `registrar` details. The `whois` sensor platform allows you to perform daily WHOIS lookups against your owned domains. This provides you with information such as `expiration_date`, `name_servers` and `registrar` details.
## {% linkable_title Configuration %}
To use this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
sensor: sensor:
- platform: whois - platform: whois
domain: example.net domain: example.net
name: primary
``` ```
{% configuration %} {% configuration %}