core/homeassistant/components/withings
Sean Mooney a882cfafb1
Fix default icon for Withings sleep sensor (#37502)
The icon for Withings sleep sensor was using `mdi:bed` (which is correct for MDI v5.0.45 and later). However Home Assistant still uses an older version of Material Design Icons (4.9.95), so this `mdi:bed` icon was not displaying at all.  It should be`mdi:hotel` instead, which you can see here: https://cdn.materialdesignicons.com/4.9.95/
2020-07-05 11:28:05 +02:00
..
translations [ci skip] Translation update 2020-06-28 00:05:05 +00:00
__init__.py User defined profile name for Withings (#36864) 2020-06-22 17:55:41 +02:00
binary_sensor.py Add Withings webhooks (#34447) 2020-06-16 20:16:18 +02:00
common.py Fix default icon for Withings sleep sensor (#37502) 2020-07-05 11:28:05 +02:00
config_flow.py User defined profile name for Withings (#36864) 2020-06-22 17:55:41 +02:00
const.py Add Withings webhooks (#34447) 2020-06-16 20:16:18 +02:00
manifest.json Add Withings webhooks (#34447) 2020-06-16 20:16:18 +02:00
sensor.py Add Withings webhooks (#34447) 2020-06-16 20:16:18 +02:00
strings.json User defined profile name for Withings (#36864) 2020-06-22 17:55:41 +02:00