mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
✏️ Google pub/sub - Filter is required (#9479)
* 📝 Google pub/sub - Filter is required
* There is no default for required keys
This commit is contained in:
parent
1d6d713ee9
commit
f3c6ba044f
@ -55,9 +55,8 @@ credentials_json:
|
|||||||
type: string
|
type: string
|
||||||
filter:
|
filter:
|
||||||
description: Filter domains and entities for Google Cloud Pub/Sub.
|
description: Filter domains and entities for Google Cloud Pub/Sub.
|
||||||
required: false
|
required: true
|
||||||
type: map
|
type: map
|
||||||
default: Includes all entities from all domains
|
|
||||||
keys:
|
keys:
|
||||||
include_domains:
|
include_domains:
|
||||||
description: List of domains to include (e.g., `light`).
|
description: List of domains to include (e.g., `light`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user