Files
core/homeassistant/components/sensor/icons.json
T
Michael Arthurandepenet d8549409f7 Area units and conversion between metric and US (#123563)
* area conversions

* start work on tests

* add number device class

* update unit conversions to utilise distance constants

* add area unit

* update test unit system

* update device condition and trigger

* update statistic unit converters

* further tests work WIP

* update test unit system

* add missing string translations

* fix websocket tests

* add deprecated notice

* add more missing strings and missing initialisation of unit system

* adjust icon and remove strings from scrape and random

* Fix acre to meters conversion

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Tidy up valid units

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* fix ordering of area

* update order alphabetically

* fix broken test

* update test_init

* Update homeassistant/const.py

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* remove deprecated unit and fix alphabetical order

* change deprecation and add tests, change to millimeter conversion for inches

* fix order

* re-order defs alphabetically

* add measurement as well

* update icons

* fix up Deprecation of area square meters

* Update core integrations to UnitOfArea

* update test recorder tests

* unit system tests in alphabetical

* update snapshot

* rebuild

* revert alphabetization of functions

* other revert of alphabetical order

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-11-21 16:10:44 +01:00

164 lines
3.2 KiB
JSON

{
"entity_component": {
"_": {
"default": "mdi:eye"
},
"apparent_power": {
"default": "mdi:flash"
},
"aqi": {
"default": "mdi:air-filter"
},
"area": {
"default": "mdi:texture-box"
},
"atmospheric_pressure": {
"default": "mdi:thermometer-lines"
},
"blood_glucose_concentration": {
"default": "mdi:spoon-sugar"
},
"carbon_dioxide": {
"default": "mdi:molecule-co2"
},
"carbon_monoxide": {
"default": "mdi:molecule-co"
},
"conductivity": {
"default": "mdi:sprout-outline"
},
"current": {
"default": "mdi:current-ac"
},
"data_rate": {
"default": "mdi:transmission-tower"
},
"data_size": {
"default": "mdi:database"
},
"date": {
"default": "mdi:calendar"
},
"distance": {
"default": "mdi:arrow-left-right"
},
"duration": {
"default": "mdi:progress-clock"
},
"energy": {
"default": "mdi:lightning-bolt"
},
"energy_storage": {
"default": "mdi:car-battery"
},
"enum": {
"default": "mdi:eye"
},
"frequency": {
"default": "mdi:sine-wave"
},
"gas": {
"default": "mdi:meter-gas"
},
"humidity": {
"default": "mdi:water-percent"
},
"illuminance": {
"default": "mdi:brightness-5"
},
"irradiance": {
"default": "mdi:sun-wireless"
},
"moisture": {
"default": "mdi:water-percent"
},
"monetary": {
"default": "mdi:cash"
},
"nitrogen_dioxide": {
"default": "mdi:molecule"
},
"nitrogen_monoxide": {
"default": "mdi:molecule"
},
"nitrous_oxide": {
"default": "mdi:molecule"
},
"ozone": {
"default": "mdi:molecule"
},
"ph": {
"default": "mdi:ph"
},
"pm1": {
"default": "mdi:molecule"
},
"pm10": {
"default": "mdi:molecule"
},
"pm25": {
"default": "mdi:molecule"
},
"power": {
"default": "mdi:flash"
},
"power_factor": {
"default": "mdi:angle-acute"
},
"precipitation": {
"default": "mdi:weather-rainy"
},
"precipitation_intensity": {
"default": "mdi:weather-pouring"
},
"pressure": {
"default": "mdi:gauge"
},
"reactive_power": {
"default": "mdi:flash"
},
"signal_strength": {
"default": "mdi:wifi"
},
"sound_pressure": {
"default": "mdi:ear-hearing"
},
"speed": {
"default": "mdi:speedometer"
},
"sulphur_dioxide": {
"default": "mdi:molecule"
},
"temperature": {
"default": "mdi:thermometer"
},
"timestamp": {
"default": "mdi:clock"
},
"volatile_organic_compounds": {
"default": "mdi:molecule"
},
"volatile_organic_compounds_parts": {
"default": "mdi:molecule"
},
"voltage": {
"default": "mdi:sine-wave"
},
"volume": {
"default": "mdi:car-coolant-level"
},
"volume_storage": {
"default": "mdi:storage-tank"
},
"water": {
"default": "mdi:water"
},
"weight": {
"default": "mdi:weight"
},
"wind_speed": {
"default": "mdi:weather-windy"
}
}
}