From 6eaf7733dfc8eaa4c50950990e92e01747e6bc15 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 22 Apr 2022 17:03:47 -0400 Subject: [PATCH] Added Steam sensors --- sensors/entertainment.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sensors/entertainment.yaml b/sensors/entertainment.yaml index dd9c8e0..a4ad32a 100644 --- a/sensors/entertainment.yaml +++ b/sensors/entertainment.yaml @@ -15,4 +15,11 @@ name: Recently Added on Plex token: !secret plex_token host: 192.168.1.4 - port: 32400 \ No newline at end of file + port: 32400 +- platform: steam_online + api_key: !secret steam_api_key + accounts: + - 76561198006931886 + - 76561199249380296 + - 76561198078898192 + - 76561199079356881 \ No newline at end of file