Skip to content

Commit

Permalink
Toon: Remove icon from sensors with gas device class (#54753)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Aug 17, 2021
1 parent 043841e commit f39dc74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homeassistant/components/toon/const.py
Expand Up @@ -127,7 +127,6 @@
ATTR_MEASUREMENT: "day_average",
ATTR_DEVICE_CLASS: DEVICE_CLASS_GAS,
ATTR_UNIT_OF_MEASUREMENT: VOLUME_CUBIC_METERS,
ATTR_ICON: "mdi:gas-cylinder",
ATTR_DEFAULT_ENABLED: False,
},
"gas_daily_usage": {
Expand All @@ -136,7 +135,6 @@
ATTR_MEASUREMENT: "day_usage",
ATTR_DEVICE_CLASS: DEVICE_CLASS_GAS,
ATTR_UNIT_OF_MEASUREMENT: VOLUME_CUBIC_METERS,
ATTR_ICON: "mdi:gas-cylinder",
},
"gas_daily_cost": {
ATTR_NAME: "Gas Cost Today",
Expand All @@ -150,7 +148,6 @@
ATTR_SECTION: "gas_usage",
ATTR_MEASUREMENT: "meter",
ATTR_UNIT_OF_MEASUREMENT: VOLUME_CUBIC_METERS,
ATTR_ICON: "mdi:gas-cylinder",
ATTR_STATE_CLASS: STATE_CLASS_TOTAL_INCREASING,
ATTR_DEVICE_CLASS: DEVICE_CLASS_GAS,
ATTR_DEFAULT_ENABLED: False,
Expand Down

0 comments on commit f39dc74

Please sign in to comment.