Skip to content

Commit

Permalink
v0.0.41 - renaming events since the names were too long to store in M…
Browse files Browse the repository at this point in the history
…ariaDB schema.
  • Loading branch information
jeroenterheerdt committed Jun 6, 2020
1 parent f0ce5f0 commit 99313c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/smart_irrigation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOMAIN = "smart_irrigation"
NAME = "Smart Irrigation"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.0.40"
VERSION = "0.0.41"

ISSUE_URL = "https://github.com/jeroenterheerdt/HASmartIrrigation/issues"

Expand Down Expand Up @@ -80,9 +80,9 @@
CONF_SENSOR_WINDSPEED = "sensor_windspeed"

# Events
EVENT_BUCKET_UPDATED = "bucket_updated_event"
EVENT_HOURLY_DATA_UPDATED = "hourly_updated_event"
EVENT_FORCE_MODE_TOGGLED = "force_mode_toggle_event"
EVENT_BUCKET_UPDATED = "bucketUpd"
EVENT_HOURLY_DATA_UPDATED = "hourlyUpd"
EVENT_FORCE_MODE_TOGGLED = "forceModeTog"

# Services
SERVICE_RESET_BUCKET = "reset_bucket"
Expand Down

0 comments on commit 99313c7

Please sign in to comment.