Update logo

This commit is contained in:
Fabian Affolter 2017-11-04 10:48:03 +01:00
parent 0c833c0bc3
commit 4e904a5217
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
4 changed files with 56 additions and 16 deletions

View file

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: home-assistant.png
logo: icann.png
ha_category: Sensor
ha_release: "0.57"
ha_iot_class: "Cloud Polling"
@ -24,7 +24,15 @@ sensor:
name: primary
```
Configuration variables:
{% configuration %}
domain:
description: The domain you want to perform WHOIS lookups against.
required: true
type: string
name:
description: Name to use in the frontend.
required: false
default: Whois
type: string
{% endconfiguration %}
- **domain** (*Required*): The domain you want to perform WHOIS lookups against.
- **name** (*Optional*): A friendly name to apply to this sensor.