mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02: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:
@@ -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({
|
||||
|
Reference in New Issue
Block a user