mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 02:07:15 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
a6e8b30163
@ -96,9 +96,9 @@ GEM
|
|||||||
sass (3.4.25)
|
sass (3.4.25)
|
||||||
sass-globbing (1.1.5)
|
sass-globbing (1.1.5)
|
||||||
sass (>= 3.1)
|
sass (>= 3.1)
|
||||||
sassc (2.3.0)
|
sassc (2.4.0)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sassc (2.3.0-x64-mingw32)
|
sassc (2.4.0-x64-mingw32)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
sinatra (2.0.8.1)
|
sinatra (2.0.8.1)
|
||||||
mustermann (~> 1.0)
|
mustermann (~> 1.0)
|
||||||
|
@ -35,7 +35,7 @@ name:
|
|||||||
description: >
|
description: >
|
||||||
The name for this Pi-hole. This name will be a part of the sensors created, e.g., `name: My Awesome Pi-hole` would result in sensor names beginning with `sensor.my_awesome_pi_hole_`.
|
The name for this Pi-hole. This name will be a part of the sensors created, e.g., `name: My Awesome Pi-hole` would result in sensor names beginning with `sensor.my_awesome_pi_hole_`.
|
||||||
|
|
||||||
**Note:** If you configure multiple Pi-Holes, each one *must* have a unique name.
|
**Note:** If you configure multiple Pi-holes, each one *must* have a unique name.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: Pi-hole
|
default: Pi-hole
|
||||||
@ -45,13 +45,13 @@ location:
|
|||||||
type: string
|
type: string
|
||||||
default: admin
|
default: admin
|
||||||
ssl:
|
ssl:
|
||||||
description: "If `true`, use SSL/TLS to connect to the Pi-Hole system."
|
description: "If `true`, use SSL/TLS to connect to the Pi-hole system."
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
description: >
|
description: >
|
||||||
Verify the SSL/TLS certificate of the system. If your Pi-Hole instance uses a self-signed certificate, you should specify `false`.
|
Verify the SSL/TLS certificate of the system. If your Pi-hole instance uses a self-signed certificate, you should specify `false`.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
@ -77,7 +77,7 @@ Multiple Pi-holes:
|
|||||||
pi_hole:
|
pi_hole:
|
||||||
- host: '192.168.0.2'
|
- host: '192.168.0.2'
|
||||||
- host: '192.168.0.3'
|
- host: '192.168.0.3'
|
||||||
name: 'Secondary Pi-Hole'
|
name: 'Secondary Pi-hole'
|
||||||
```
|
```
|
||||||
|
|
||||||
Pi-hole with a self-signed certificate:
|
Pi-hole with a self-signed certificate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user