Skip to content

Commit d771d83

Browse files
masarlievfrenck
authored andcommitted
domain expiry (home-assistant#5242)
* domain expiry * config * config
1 parent 0b2a943 commit d771d83

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
layout: page
3+
title: "Domain Expiry"
4+
description: "Instructions on how to set up Domain expiry sensors within Home Assistant."
5+
date: 2018-04-24 14:14
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: home-assistant.png
11+
ha_category: System Monitor
12+
ha_release: 0.69
13+
ha_iot_class: "depends"
14+
---
15+
16+
The `domain_expiry` sensor gets whois information about domain and displays the expiry in days.
17+
18+
To add the Domain Expiry sensor to your installation, add these options to `configuration.yaml` file:
19+
20+
```yaml
21+
# Example configuration.yaml entry
22+
sensor:
23+
- platform: domain_expiry
24+
domain: home-assistant.io
25+
```
26+
27+
{% configuration %}
28+
domain:
29+
description: Domain name to track
30+
required: true
31+
type: string
32+
name:
33+
description: The friendly name for the certificate.
34+
required: false
35+
type: string
36+
default: Domain Expiry
37+
{% endconfiguration %}

0 commit comments

Comments
 (0)