Room Data at Your Fingertips
Built with the tools and technologies:
A custom card for Home Assistant that provides a comprehensive room overview, including climate information, device states, and problem indicators. The card displays room temperature, humidity, connected devices, and entity states in an organized grid layout.
- Open HACS in your Home Assistant instance
- Click the menu icon in the top right and select "Custom repositories"
- Add this repository URL and select "Dashboard" as the category
https://github.com/homeassistant-extras/REPLACE-ME
- Click "Install"
- Download the
REPLACE-ME.js
file from the latest release in the Releases tab. - Copy it to your
www/community/REPLACE-ME/
folder - Add the following to your
configuration.yaml
(or add as a resource in dashboards menu)
lovelace:
resources:
- url: /local/community/REPLACE-ME/REPLACE-ME.js
type: module
Add the card to your dashboard using the UI editor or YAML:
Slowly I'm enabling all the features in the card editor. Note that as things get converted to there some yaml settings may move / rename.
This is the most minimal configuarion needed to get started. See below for advanced usage.
type: custom:REPLACE-ME
area: living_room
The card will automatically:
type: custom:REPLACE-ME
area: living_room
type: custom:REPLACE-ME
area: living_room
...
For examples, see my HA configuration for my dashboard home page: 01-home.yaml
-
Initial design
: create initial card design
- π¬ Join the Discussions: Share your insights, provide feedback, or ask questions.
- π Report Issues: Submit bugs found or log feature requests for the
REPLACE-ME
project. - π‘ Submit Pull Requests: Review open PRs, and submit your own PRs.
- π£ Check out discord: Need further help, have ideas, want to chat?
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/homeassistant-extras/REPLACE-ME
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the MIT License. For more details, refer to the LICENSE file.
- Built using LitElement
- Inspired by Home Assistant's chip design
- Button-Card was a huge inspo
- Thanks to all contributors!
Forgive me and my badges..
Stats
Ratings