diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..73ec498014a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +## The problem + + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4270779b426..7db182f60dd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,14 @@ blank_issues_enabled: false contact_links: - - name: Report a bug/issue with Home Assistant itself - url: https://github.com/home-assistant/home-assistant/issues - about: This is the issue tracker for our website. Please report issues with Home Assistant in the main repository. - - name: I have a question or need support - url: https://www.home-assistant.io/help - about: We use GitHub for tracking bugs, check our website for resources on getting help. - - name: Feature Request - url: https://community.home-assistant.io/c/feature-requests - about: Please use our Community Forum for doing feature requests. - - name: I'm unsure where to go - url: https://www.home-assistant.io/join-chat - about: If you are unsure where to go, then joining our chat is recommended; Just ask! + - name: Report a bug/issue with Home Assistant Core itself + url: https://github.com/home-assistant/core/issues + about: This is the issue tracker for our website. Please report issues with Home Assistant Core in the main repository. + - name: I have a question or need support + url: https://www.home-assistant.io/help + about: We use GitHub for tracking bugs, check our website for resources on getting help. + - name: Feature Request + url: https://community.home-assistant.io/c/feature-requests + about: Please use our Community Forum for doing feature requests. + - name: I'm unsure where to go + url: https://www.home-assistant.io/join-chat + about: If you are unsure where to go, then joining our chat is recommended; Just ask! diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cbec4dd560d..d0dac4f97ff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,6 +18,7 @@ - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or incorrect information in the current documentation (`current` branch). - [ ] Added documentation for a new integration I'm adding to Home Assistant (`next` branch). + - [ ] I've opened up a PR to add logo's and icons in [Brands repository](https://github.com/home-assistant/brands). - [ ] Added documentation for a new feature I'm adding to Home Assistant (`next` branch). - [ ] Removed stale or deprecated documentation. @@ -27,8 +28,9 @@ Please be sure to fill out additional details, if applicable. --> -- Link to parent pull request in the codebase: -- This PR fixes or closes issue: +- Link to parent pull request in the codebase: +- Link to parent pull request in the Brands repository: +- This PR fixes or closes issue: ## Checklist + +Once you've added the ZDB5100 to your Z-Wave network, you'll need to update your `zwcfg_*.xml` file with the below XML data. Stop Home Assistant and open your `zwcfg_*.xml` file (located in your configuration folder). Find the ZDB5100 device section and then its corresponding `CommandClass` section with id="91". Replace the entire CommandClass section with the below XML data. Save the file and restart Home Assistant. + +```xml + + + + + + + + +``` + +Below is a table of the action/scenes for the ZDB5100 Matrix: + +**Action**|**scene\_id**|**scene\_data** +:-----:|:-----:|:-----: +Button one single tap|1|7680 +Button one double tap|1|7860 +Button one triple tap|1|7920 +Button one hold|1|7800 +Button one release|1|7740 +Button two single tap|2|7680 +Button two double tap|2|7860 +Button two triple tap|2|7920 +Button two hold|2|7800 +Button two release|2|7740 +Button three single tap|3|7680 +Button three double tap|3|7860 +Button three triple tap|3|7920 +Button three hold|3|7800 +Button three release|3|7740 +Button four single tap|4|7680 +Button four double tap|4|7860 +Button four triple tap|4|7920 +Button four hold|4|7800 +Button four release|4|7740 + +Example Event: + +```yaml +- alias: MatrixButton2 + trigger: + - event_type: zwave.scene_activated + platform: event + event_data: + node_id: 2 + scene_id: 2 + scene_data: 7680 + action: + - service: switch.toggle + entity_id: switch.office_fan +``` diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 853d4bacd33..65d5a97f23b 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -4,7 +4,7 @@ {%- if page.logo -%} {%- else -%} - + {%- endif -%} diff --git a/source/_includes/asides/docs_navigation.html b/source/_includes/asides/docs_navigation.html index 9ad89018186..ae72edaa8de 100644 --- a/source/_includes/asides/docs_navigation.html +++ b/source/_includes/asides/docs_navigation.html @@ -9,7 +9,7 @@
  • {% active_link /docs/installation/ Installation %}