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

Add MQTT Subscribe sensor #175

Merged
merged 1 commit into from
Oct 14, 2018
Merged

Add MQTT Subscribe sensor #175

merged 1 commit into from
Oct 14, 2018

Conversation

OttoWinter
Copy link
Member

@OttoWinter OttoWinter commented Oct 12, 2018

Description:

Related issue (if applicable): fixes

Pull request in esphomedocs with documentation (if applicable): esphome/esphome-docs#50
Pull request in esphomelib with C++ framework changes (if applicable): esphome/esphome-core#193

Example entry for YAML configuration (if applicable):

sensor:
- platform: mqtt_subscribe
  name: "The Value"
  topic: "the/topic"

Checklist:

  • The code change is tested and works locally.
  • Tests have been added to verify that the new code works (under tests/ folder).
  • Check this box if you have read, understand, comply, and agree with the Code of Conduct.

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

@OttoWinter OttoWinter merged commit 6f54afe into master Oct 14, 2018
@OttoWinter OttoWinter deleted the mqtt-subscribe-sensor branch October 14, 2018 16:45
@esphome esphome locked and limited conversation to collaborators Jun 24, 2019
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.

1 participant