mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
Fix typo on config page + adjust icon color (#10713)
This commit is contained in:
parent
43011179eb
commit
366aa8aed1
@ -51,13 +51,13 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
|||||||
name: "Devices & Services",
|
name: "Devices & Services",
|
||||||
description: "Integrations, devices, entities and areas",
|
description: "Integrations, devices, entities and areas",
|
||||||
iconPath: mdiDevices,
|
iconPath: mdiDevices,
|
||||||
iconColor: "#2D338F",
|
iconColor: "#0D47A1",
|
||||||
core: true,
|
core: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/config/automation",
|
path: "/config/automation",
|
||||||
name: "Automations",
|
name: "Automations",
|
||||||
description: "Automations, bludprints, scenes and scripts",
|
description: "Automations, blueprints, scenes and scripts",
|
||||||
iconPath: mdiRobot,
|
iconPath: mdiRobot,
|
||||||
iconColor: "#518C43",
|
iconColor: "#518C43",
|
||||||
components: ["automation", "blueprint", "scene", "script"],
|
components: ["automation", "blueprint", "scene", "script"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user