Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the description aREST binary sensor #151

Closed
Rus-L opened this issue Jan 13, 2016 · 1 comment
Closed

Error in the description aREST binary sensor #151

Rus-L opened this issue Jan 13, 2016 · 1 comment

Comments

@Rus-L
Copy link

Rus-L commented Jan 13, 2016

# Example configuration.yaml entry
sensor:
  platform: arest
  resource: http://IP_ADDRESS
  name: Office Switch
  pin: 8

must be so:

# Example configuration.yaml entry
binary_sensor:
  platform: arest
  resource: http://IP_ADDRESS
  name: Office Switch
  pin: 8
@fabaff
Copy link
Member

fabaff commented Jan 13, 2016

Thanks

fabaff added a commit that referenced this issue Jan 13, 2016
@fabaff fabaff closed this as completed Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants