mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DEFAULT_NAME = 'Xiaomi Vacuum cleaner'
|
DEFAULT_NAME = 'Xiaomi Vacuum cleaner'
|
||||||
ICON = 'mdi:google-circles-group'
|
ICON = 'mdi:roomba'
|
||||||
PLATFORM = 'xiaomi_miio'
|
PLATFORM = 'xiaomi_miio'
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user