Adds folder sensor#4588
Merged
fabaff merged 9 commits intohome-assistant:nextfrom Feb 23, 2018
robmarkcole:folder
Merged
Conversation
6 tasks
frenck
previously requested changes
Feb 8, 2018
Member
frenck
left a comment
There was a problem hiding this comment.
@robmarkcole Could you please take a look at my comments?
| folder: /config | ||
| ``` | ||
|
|
||
| Configuration variables: |
Member
There was a problem hiding this comment.
Please use the configuration tags, for more information please see:
https://home-assistant.io/developers/documentation/create_page/#configuration
Member
There was a problem hiding this comment.
You need to remove the header "Configuration variables:" as well 😉
| ha_release: 0.63 | ||
| --- | ||
|
|
||
| Home-assistant component for monitoring the contents of a folder. |
Member
There was a problem hiding this comment.
Home-assistant -> Home Assistant.
In general, I'd suggest rewriting this sentence since it is kinda obvious that this component is for Home Assistant already 😉
Updates Configuration variables to address requested changes
fabaff
approved these changes
Feb 23, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Home-assistant component for monitoring the contents of a folder.
The state of the sensor is the time that the most recently modified file in a folder was modified. The use case is detecting when a file in a folder is created or updated. The number of files in the folder and the names of those files are exposed as attributes. Optionally a filter can be applied to the files considered.
Pull request in home-assistant (if applicable): home-assistant/core#12208
Checklist:
current. New documentation for platforms/components and features should go tonext.