diff --git a/source/_components/ebusd.markdown b/source/_components/ebusd.markdown index b203e051d0a..4ed01d16e2e 100644 --- a/source/_components/ebusd.markdown +++ b/source/_components/ebusd.markdown @@ -7,7 +7,6 @@ sidebar: true comments: false sharing: true footer: true -logo: ebusd.png ha_category: Sensor ha_iot_class: "Local Polling" ha_release: "0.88" diff --git a/source/_posts/2019-02-20-release-88.markdown b/source/_posts/2019-02-20-release-88.markdown index 7054d1e8901..e955b167c94 100644 --- a/source/_posts/2019-02-20-release-88.markdown +++ b/source/_posts/2019-02-20-release-88.markdown @@ -17,6 +17,8 @@ This release introduces a new [person component][person docs] thanks to [@Martin This release also extends the event dev tool to include an event debugger. It allows you to listen to core events and get them printend to the screen. This makes it easy to find the event data that your remote is sending out. +Screenshot of the new event subscription tool. + We also have a new command line auth provider. This will allow you to use a shell script to validate users logging in to the system. This gives a lot of flexibility. For example, you can now authenticate against LDAP. More info in [the documentation](/docs/authentication/providers/#command-line). [@andrewsayre] has been working hard on extending the SmartThings support. This release brings sensors and climate devices into the mix. Awesome! diff --git a/source/images/blog/2019-02-release-88/components.png b/source/images/blog/2019-02-release-88/components.png new file mode 100644 index 00000000000..580d8d19a9d Binary files /dev/null and b/source/images/blog/2019-02-release-88/components.png differ diff --git a/source/images/blog/2019-02-release-88/event_subscription.png b/source/images/blog/2019-02-release-88/event_subscription.png new file mode 100644 index 00000000000..6344962f7d1 Binary files /dev/null and b/source/images/blog/2019-02-release-88/event_subscription.png differ