12 lines
308 B
YAML
12 lines
308 B
YAML
---
|
|
api: "0.13"
|
|
space: My Hackerspace
|
|
# This is a plugin invocation
|
|
# with no arguments
|
|
state: !space_state {}
|
|
sensors:
|
|
# This is a plugin invocation with
|
|
# arguments. They are passed to the
|
|
# plugin function as kwargs.
|
|
network_connections: !network_connections
|
|
networks: [ "2.4 GHz", "5 GHz" ]
|