diff --git a/source/_ecosystem/hadashboard.markdown b/source/_ecosystem/hadashboard.markdown index ef98ab0ae59..799468d0e6a 100644 --- a/source/_ecosystem/hadashboard.markdown +++ b/source/_ecosystem/hadashboard.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- HADashboard is a dashboard for [Home Assistant](https://home-assistant.io/) that is intended to be wall mounted, and is optimized for distance viewing. diff --git a/source/_ecosystem/hadashboard/dash_config.markdown b/source/_ecosystem/hadashboard/dash_config.markdown index 02e5786d041..3e76aba4019 100755 --- a/source/_ecosystem/hadashboard/dash_config.markdown +++ b/source/_ecosystem/hadashboard/dash_config.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- (All installations) diff --git a/source/_ecosystem/hadashboard/hapush.markdown b/source/_ecosystem/hadashboard/hapush.markdown index 8b4a96dca82..78ffc8e07ba 100755 --- a/source/_ecosystem/hadashboard/hapush.markdown +++ b/source/_ecosystem/hadashboard/hapush.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- (Not necessary if you are using Docker) diff --git a/source/_ecosystem/hadashboard/installation.markdown b/source/_ecosystem/hadashboard/installation.markdown index 49659a09fda..2b2c2801ae0 100755 --- a/source/_ecosystem/hadashboard/installation.markdown +++ b/source/_ecosystem/hadashboard/installation.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- Installation can be performed using Docker (Contributed by [marijngiesen](https://github.com/marijngiesen)) or manually if Docker doesn't work for you. We also have a Raspberry PI version of Docker contributed by [snizzleorg](https://community.home-assistant.io/users/snizzleorg/activity) diff --git a/source/_ecosystem/hadashboard/reboot.markdown b/source/_ecosystem/hadashboard/reboot.markdown index 243347fef5a..17ca88d8af0 100755 --- a/source/_ecosystem/hadashboard/reboot.markdown +++ b/source/_ecosystem/hadashboard/reboot.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- To run Dashing and `hapush` at reboot, I have provided sample init scripts in the `./init` directory. These have been tested on a Raspberry PI - your mileage may vary on other systems. diff --git a/source/_ecosystem/hadashboard/updating.markdown b/source/_ecosystem/hadashboard/updating.markdown index 0f957044d57..748cca6341f 100755 --- a/source/_ecosystem/hadashboard/updating.markdown +++ b/source/_ecosystem/hadashboard/updating.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- To update the dashboard after new code has been released, just run the following command to update your copy: diff --git a/source/_ecosystem/ios.markdown b/source/_ecosystem/ios.markdown index 49dc72fbf54..234eef7a9d4 100644 --- a/source/_ecosystem/ios.markdown +++ b/source/_ecosystem/ios.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- The Home Assistant for iOS app offers a companion app for iOS which is deeply integrated into both Home Assistant and iOS. Its basic features include: diff --git a/source/_ecosystem/ios/notifications/examples.markdown b/source/_ecosystem/ios/notifications/examples.markdown deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/source/_ecosystem/scenegen.markdown b/source/_ecosystem/scenegen.markdown index 77c3590ecbf..0d8a8d047a7 100644 --- a/source/_ecosystem/scenegen.markdown +++ b/source/_ecosystem/scenegen.markdown @@ -7,8 +7,6 @@ sidebar: true comments: false sharing: true footer: true -regenerate: true -hide_github_edit: true --- Scenegen is a scene generation tool for [Home Assistant](https://home-assistant.io/) home automation software. It creates scenes by example, by reading the current states of devices and outputting a corresponding scene. Scenegen is written in python using Home Assistant's RESTFul API so can be run from anywhere. It currently supports lights and switches only.