Skip to content

Commit

Permalink
Merge pull request #3 from DeadEnded/DeadEnded-patch-1
Browse files Browse the repository at this point in the history
Fix references to old integration
  • Loading branch information
jeroenterheerdt authored Jun 22, 2020
2 parents 58dff40 + a6e0cd2 commit af95919
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion custom_components/daily/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""The Smart Irrigation integration."""
"""The Daily Sensor integration."""
import asyncio
from datetime import timedelta
import logging
Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Config flow for Smart Irrigation integration."""
"""Config flow for Daily Sensor integration."""
from .const import ( # pylint: disable=unused-import
DOMAIN,
CONF_INPUT_SENSOR,
Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/entity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""SmartIrrigationEntity class."""
"""Daily Sensor class."""
from homeassistant.helpers.restore_state import RestoreEntity
import logging

Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Sensor platform for Smart Irrigation."""
"""Sensor platform for Daily Sensor."""
import asyncio
import logging
from statistics import median, stdev, variance, StatisticsError
Expand Down
1 change: 0 additions & 1 deletion custom_components/daily/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"single_instance_allowed": "Only a single configuration of Smart Irrigation is allowed."
}
}
}
1 change: 0 additions & 1 deletion custom_components/daily/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"single_instance_allowed": "Only a single configuration of Smart Irrigation is allowed."
}
}
}

0 comments on commit af95919

Please sign in to comment.