File tree 1 file changed +37
-0
lines changed 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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 %}
You can’t perform that action at this time.
0 commit comments