Skip to content

Add platform image_processing.qrcode#20215

Merged
pvizeli merged 2 commits intohome-assistant:devfrom
zhujisheng:qrcode
Jan 18, 2019
Merged

Add platform image_processing.qrcode#20215
pvizeli merged 2 commits intohome-assistant:devfrom
zhujisheng:qrcode

Conversation

@zhujisheng
Copy link
Copy Markdown
Contributor

@zhujisheng zhujisheng commented Jan 18, 2019

Description:

Add platform image_processing.qrcode

Related issue (if applicable):

Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#8208

Example entry for configuration.yaml (if applicable):

# Example configuration.yaml entry
image_processing:
  - platform: qrcode
    source:
      - entity_id: camera.door

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New or updated dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.

If the code does not interact with devices:

  • Tests have been added to verify that the new code works.

@ghost ghost assigned pvizeli Jan 18, 2019
@pvizeli pvizeli merged commit 81a5208 into home-assistant:dev Jan 18, 2019
@ghost ghost removed the in progress label Jan 18, 2019
@pvizeli
Copy link
Copy Markdown
Member

pvizeli commented Jan 18, 2019

Thanks

@balloob balloob mentioned this pull request Feb 6, 2019
alandtse pushed a commit to alandtse/home-assistant that referenced this pull request Feb 12, 2019
* Add platform image_processing.qrcode

* Update qrcode.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants