Skip to content

Commit

Permalink
Merge tag 'v1.2.8' into develop
Browse files Browse the repository at this point in the history
Tagging version v1.2.8 v1.2.8
  • Loading branch information
Limych committed Jan 1, 2020
2 parents aed6ef4 + 8b2333f commit 0384df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/car_wash/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
DEFAULT_DAYS = 2

BAD_CONDITIONS = ["lightning-rainy", "rainy", "pouring", "snowy",
"snowy-rainy"]
"snowy-rainy", "hail", "exceptional"]

PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA.extend({
vol.Required(CONF_WEATHER): cv.entity_id,
Expand Down

0 comments on commit 0384df4

Please sign in to comment.