Skip to content

Add raspihats binary_sensor documentation#2574

Merged
fabaff merged 5 commits into
home-assistant:nextfrom
raspihats:next
May 20, 2017
Merged

Add raspihats binary_sensor documentation#2574
fabaff merged 5 commits into
home-assistant:nextfrom
raspihats:next

Conversation

@florincosta
Copy link
Copy Markdown
Contributor

@florincosta florincosta commented May 5, 2017

Description:
The raspihats binary sensor platform allows you to read sensor values ​​using the digital inputs of the raspihats boards.

To use your raspihats boards in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: raspihats
    i2c_hats:
      - board: DI6acDQ6rly
        address: 0x60
        channels:
          - index: 0
            name: PIR Office
            invert_logic: true
            device_class: motion
          - index: 1
            name: PIR Bedroom

Pull request in home-assistant (if applicable): home-assistant/core#7665

@Landrash
Copy link
Copy Markdown
Contributor

Landrash commented May 6, 2017

Looks good and can be merged when parent pr is merged.

@Landrash Landrash added the new-integration This PR adds documentation for a new Home Assistant integration label May 6, 2017
@florincosta
Copy link
Copy Markdown
Contributor Author

I've just seen this was not merged on commit c9eef9f although parent pr#7508 was merged and I've pushed some new commits. Ca you merge it on commit c9eef9f ?

@Landrash
Copy link
Copy Markdown
Contributor

The documentation pr was missed when the component was merged.
What's the pr for the added component? If that's been merged we could merge the documentation for both of them in this pr.

@florincosta
Copy link
Copy Markdown
Contributor Author

Just added parent pr #7639

@Landrash
Copy link
Copy Markdown
Contributor

As is now well have to wait until that is merged and merge this combined one for the documentation :)

@florincosta
Copy link
Copy Markdown
Contributor Author

OK, but on parent pr cla-bot — Waiting for status to be reported... it's waiting for a long long time

Copy link
Copy Markdown
Member

@fabaff fabaff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🐦

@fabaff fabaff merged commit df5799a into home-assistant:next May 20, 2017
@fabaff fabaff added this to the 0.45 milestone May 20, 2017
fabaff pushed a commit that referenced this pull request May 20, 2017
* Add raspihats component documentation

* Added raspihats binary_sensor documentation

* Add raspihats switch documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-integration This PR adds documentation for a new Home Assistant integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants