From 5a3b0b76f46cff23e583fc975ccd055a38b533b9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 27 Mar 2019 22:25:57 -0700 Subject: [PATCH] Clarify migration comment --- source/_posts/2019-04-03-release-91.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2019-04-03-release-91.markdown b/source/_posts/2019-04-03-release-91.markdown index d1d0758ba09..b63f75164e3 100644 --- a/source/_posts/2019-04-03-release-91.markdown +++ b/source/_posts/2019-04-03-release-91.markdown @@ -18,7 +18,7 @@ Streaming: - Google Assistant support, "Hey Google, show the baby room" - More supported platforms -Finished the great migration. All built-in platforms are now in their own folder. If you still have platforms in your `custom_components/` directory in the old file format, like `light/hue.py`, rename it to `hue/light.py`. It will not be supported in a future release. +Finished the great migration. All built-in platforms are now in their own folder. If you still have platforms in your `custom_components/` directory in the old file format, like `sensor/my_platform.py`, rename it to `my_platform/sensor.py`. It will not be supported in a future release. ESPHome Camera support