From c091a1fa3843709d44041329ea0f6b0383b092b9 Mon Sep 17 00:00:00 2001 From: Ian Foster Date: Tue, 19 Sep 2023 14:55:19 +0800 Subject: [PATCH] Update keyboard_remote.markdown (#28941) --- source/_integrations/keyboard_remote.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/keyboard_remote.markdown b/source/_integrations/keyboard_remote.markdown index 6e067a378cf..3b14b4da2cb 100644 --- a/source/_integrations/keyboard_remote.markdown +++ b/source/_integrations/keyboard_remote.markdown @@ -177,7 +177,7 @@ version: '3.7' services: homeassistant: - image: ghrc.io/homeassistant/home-assistant:stable + image: ghcr.io/homeassistant/home-assistant:stable volumes: - config:/config/ - /dev/input:/dev/input/ # this is needed to read input events.