From 83e05da0b3d0bf644cfb25b52d527c7915685492 Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Wed, 1 Jan 2020 10:40:11 -0800 Subject: [PATCH] Fix media_player example for select_source service (#30358) --- homeassistant/components/media_player/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/services.yaml b/homeassistant/components/media_player/services.yaml index ad6b8a78957..19ef1cb14c0 100644 --- a/homeassistant/components/media_player/services.yaml +++ b/homeassistant/components/media_player/services.yaml @@ -125,7 +125,7 @@ select_source: fields: entity_id: description: Name(s) of entities to change source on. - example: 'media_player.media_player.txnr535_0009b0d81f82' + example: 'media_player.txnr535_0009b0d81f82' source: description: Name of the source to switch to. Platform dependent. example: 'video1'