MyQ Covers Setup

Hello,

I am adding MyQ to my Home-Assistant and trying to figure something…how can I get the card to say Garage Doors and not Covers?

Here is my configuration:

cover:

  • platform: myq
    username: wtfdic@************.com
    password: ***********
    type: chamberlain

and Here is my customize to get the icons to show as garage doors

customize:
cover.left_garage_door:
device_class: garage
cover.right_garage_door:
device_class: garage

Have you tried under the “customize:” adding “friendly_name: Garage”?

customize:
  cover.left_garage_door:
    device_class: garage
    friendly_name: Left Garage
  cover.right_garage_door:
    device_class: garage
    friendly_name: Right Garage

I’m not sure about the indention since you didn’t format your text with the “< / >” tool (located in the header where you input text).

Anyway, give it a shot.
Partybug