Binary_sensor not showing up as device_class: garage

Hi,

I’m using a customize.yaml with some binary_sensors in it.
All sensors working as given device_classes incl. the icons (window, door) with the status open/close except the garage sensor.

That’s what i did in the customize.yaml:

binary_sensor.tor_garage:
friendly_name: Tor Garage
device_class: garage
unique_id: STOG

Where’s the problem?

It’s garage_door for a binary sensor. See the docs:

garage is for a cover (docs).

Thank you!