-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
[WIP]Update plant.markdown #2593
Conversation
Add further information to the plant sensor.
source/_components/plant.markdown
Outdated
## Using plain MQTT sensor to get the data | ||
Configuration variables: | ||
|
||
- **simulated_plant** (*Required*): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an entity_id, I did not try but should be anything that also works elsewhere.
source/_components/plant.markdown
Outdated
- **max_moisture** (*Optional*): | ||
- **min_battery** (*Optional*): | ||
- **min_conductivity** (*Optional*): | ||
- **min_temperature** (*Optional*): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add max_moisture, max_conductivity, min_brightness, max_brightness and max_temperature.
Small detail that I am not sure if it should be included: Temperature is float while the others are positive integers.
source/_components/plant.markdown
Outdated
## {% linkable_title Examples %} | ||
### Using plain MQTT sensor to get the data | ||
This is a practial example that uses a multiple of `MQTT sensors` to supply the readings used by the `plant` sensor. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a reference to https://home-assistant.io/components/sensor.miflora/ since it is the sensor that delivers all those measurements. If we have more sensors in the future we can add them as well.
source/_components/plant.markdown
Outdated
plant: | ||
simulated_plant: | ||
entity_id: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is an example we should use a real plant name instead. This might be confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Add further information to the plant sensor.