-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
29 lines (26 loc) · 926 Bytes
/
config.example.yaml
File metadata and controls
29 lines (26 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ha-linux configuration
# Copy this file to /etc/ha-linux/config.yaml and edit as needed
mqtt:
host: "homeassistant.local"
port: 1883
username: ""
password: ""
# Optional: Override device name (defaults to hostname)
#device:
# name: "My Linux PC"
# Enable/disable individual sensors
# Each sensor can be:
# false - disabled
# true - enabled with default poll_interval
# <number> - enabled with custom poll interval (seconds)
sensors:
poll_interval: 60 # Default poll interval (seconds)
online: true # System online/offline (uses MQTT LWT)
microphone: 5 # Microphone in use (requires PulseAudio/PipeWire)
webcam: 5 # Webcam in use
wifi_ssid: true # Current WiFi network name (uses nmcli on Fedora)
location: 300 # GPS location via GeoClue2 (every 5 minutes)
distro: true # Linux distribution name
# Future sensors:
# idle: true
# suspended: true