mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Much nicer icon (#12212)
mdi:robot-vacuum will be renamed mdi:roomba https://github.com/Templarian/MaterialDesign/issues/2368
This commit is contained in:
parent
6f74b672a3
commit
0fd17a7c35
@ -24,7 +24,7 @@ REQUIREMENTS = ['python-miio==0.3.5']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
DEFAULT_NAME = 'Xiaomi Vacuum cleaner'
|
||||
ICON = 'mdi:google-circles-group'
|
||||
ICON = 'mdi:roomba'
|
||||
PLATFORM = 'xiaomi_miio'
|
||||
|
||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||
|
Loading…
x
Reference in New Issue
Block a user