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

Use voluptuous for aREST #3487

Closed
wants to merge 1 commit into from
Closed

Use voluptuous for aREST #3487

wants to merge 1 commit into from

Conversation

fabaff
Copy link
Member

@fabaff fabaff commented Sep 23, 2016

Description:
Migration of the configuration check to voluptuous.

Related issue (if applicable): fixes 127528299

Example entry for configuration.yaml (if applicable):

sensor:
  platform: arest
  resource: http://IP_ADDRESS
  name: Office
  monitored_variables:
    temperature:
      name: temperature
      unit_of_measurement: '°C'
      value_template: '{{ value | round(1) }}'
   humidity:
      name: humidity
      unit_of_measurement: '%'
  pins:
    A0:
      name: Pin 0 analog
      unit_of_measurement: "ca"
      value_template: '{{ value_json.light }}'
    3:
      name: Pin 3 digital

@fabaff fabaff mentioned this pull request Sep 23, 2016
@balloob balloob mentioned this pull request Sep 26, 2016
2 tasks
@balloob balloob closed this Sep 28, 2016
@balloob balloob deleted the voluptuous-arest branch September 28, 2016 04:33
@balloob balloob mentioned this pull request Sep 28, 2016
@balloob
Copy link
Member

balloob commented Sep 28, 2016

Sorry, I messed this up @fabaff :( New PR here: #3558

@home-assistant home-assistant locked and limited conversation to collaborators Mar 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants