* continue * Rebase dev * signle function to generate attr_entity info * rewrite icon determination as an if block * handling PR * Removing wind sensors for now - separate future PR * ruff * Update coordinator.py Thought i already did this * Update sensor.py * Update icons.json * Update sensor.py * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * working on a unified entity * working on a unified entity * sensor refactor * addressing entity comment * Update homeassistant/components/weatherflow_cloud/entity.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * doc * pr comments again * fixing PR * fixing PR * applying entity class in sensor * Update homeassistant/components/weatherflow_cloud/sensor.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Cleaning up weather.py * station id cleanup for weather class * rewrite adding sensors the correct way * Adding snapshot testing * snapshot update * added total class * updated snapshots * minor tweak * snapshot away * adding more coverage * switch back to total * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"air_temperature": {
|
|
"default": "mdi:thermometer"
|
|
},
|
|
"air_density": {
|
|
"default": "mdi:format-line-weight"
|
|
},
|
|
"feels_like": {
|
|
"default": "mdi:thermometer"
|
|
},
|
|
"heat_index": {
|
|
"default": "mdi:sun-thermometer"
|
|
},
|
|
"wet_bulb_temperature": {
|
|
"default": "mdi:thermometer-water"
|
|
},
|
|
"wet_bulb_globe_temperature": {
|
|
"default": "mdi:thermometer-water"
|
|
},
|
|
"lightning_strike_count": {
|
|
"default": "mdi:lightning-bolt"
|
|
},
|
|
"lightning_strike_count_last_1hr": {
|
|
"default": "mdi:lightning-bolt"
|
|
},
|
|
"lightning_strike_count_last_3hr": {
|
|
"default": "mdi:lightning-bolt"
|
|
},
|
|
"lightning_strike_last_distance": {
|
|
"default": "mdi:lightning-bolt"
|
|
},
|
|
"lightning_strike_last_epoch": {
|
|
"default": "mdi:lightning-bolt"
|
|
},
|
|
"wind_chill": {
|
|
"default": "mdi:snowflake-thermometer"
|
|
}
|
|
}
|
|
}
|
|
}
|