Skip to content

Commit

Permalink
fix config flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram van Dartel committed Oct 11, 2021
1 parent 7cba2d9 commit fde0d61
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 106 deletions.
81 changes: 0 additions & 81 deletions custom_components/afvalwijzer/config_flow.py

This file was deleted.

2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
"@xirixiz"
],
"requirements": []
}
}
2 changes: 1 addition & 1 deletion custom_components/afvalwijzer/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
from .const.const import (
_LOGGER,
CONF_DEFAULT_LABEL,
CONF_EXCLUDE_LIST,
CONF_ID,
CONF_INCLUDE_DATE_TODAY,
CONF_POSTAL_CODE,
CONF_PROVIDER,
CONF_STREET_NUMBER,
CONF_EXCLUDE_LIST,
CONF_SUFFIX,
MIN_TIME_BETWEEN_UPDATES,
PARALLEL_UPDATES,
Expand Down
23 changes: 0 additions & 23 deletions custom_components/afvalwijzer/translations/en.json

This file was deleted.

0 comments on commit fde0d61

Please sign in to comment.