Migrate RainMachine to new entity naming style (#74754)

This commit is contained in:
Aaron Bach 2022-07-10 13:27:01 -06:00 committed by GitHub
parent c92936cc7b
commit a4d5ecb8ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 18 deletions

View file

@ -68,7 +68,7 @@ class RainMachineSensorDescriptionUid(
SENSOR_DESCRIPTIONS = (
RainMachineSensorDescriptionApiCategory(
key=TYPE_FLOW_SENSOR_CLICK_M3,
name="Flow Sensor Clicks per Cubic Meter",
name="Flow sensor clicks per cubic meter",
icon="mdi:water-pump",
native_unit_of_measurement=f"clicks/{VOLUME_CUBIC_METERS}",
entity_category=EntityCategory.DIAGNOSTIC,
@ -79,7 +79,7 @@ SENSOR_DESCRIPTIONS = (
),
RainMachineSensorDescriptionApiCategory(
key=TYPE_FLOW_SENSOR_CONSUMED_LITERS,
name="Flow Sensor Consumed Liters",
name="Flow sensor consumed liters",
icon="mdi:water-pump",
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement="liter",
@ -90,7 +90,7 @@ SENSOR_DESCRIPTIONS = (
),
RainMachineSensorDescriptionApiCategory(
key=TYPE_FLOW_SENSOR_START_INDEX,
name="Flow Sensor Start Index",
name="Flow sensor start index",
icon="mdi:water-pump",
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement="index",
@ -100,7 +100,7 @@ SENSOR_DESCRIPTIONS = (
),
RainMachineSensorDescriptionApiCategory(
key=TYPE_FLOW_SENSOR_WATERING_CLICKS,
name="Flow Sensor Clicks",
name="Flow sensor clicks",
icon="mdi:water-pump",
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement="clicks",
@ -111,7 +111,7 @@ SENSOR_DESCRIPTIONS = (
),
RainMachineSensorDescriptionApiCategory(
key=TYPE_FREEZE_TEMP,
name="Freeze Protect Temperature",
name="Freeze protect temperature",
icon="mdi:thermometer",
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement=TEMP_CELSIUS,