I wanted to share my first custom card with you all.
I was looking for a room card that is compact, visually customizable, and allows for a flexible grid layout without having to mess with complex YAML nesting.
So I built the Room Card.
It focuses on stability, performance (Vanilla JS), and usability. Everything can be configured directly via the visual editor.
Thanks for the feedback! I’ve just released Version 1.0.3, which now includes full support for English and French. You should be able to update and use it in your preferred language now. Let me know if everything works for you!
Hey everyone, I just pushed a major update (v1.0.7) for the OneLine Room Card regarding stability and flexibility!
1. Renaming to avoid conflicts To prevent clashes with other existing “room-card” projects, I have officially scoped the card name.
New Type:custom:oneline-room-card
Old Type:custom:room-card (Now displays a migration warning)
2. Dynamic Unit Support (“Freedom Units”) No more hardcoded Celsius! The card now automatically detects your Home Assistant system settings. Whether you use Fahrenheit, Celsius, the card adapts instantly without manual config.
How to update:
Update via HACS to v1.0.7.
Clear your browser cache (Ctrl + F5) – Important!
Update your YAML configuration to the new type: type: custom:oneline-room-card.