# Share the love

## Share the love

- [Welcome!](https://sharethelove.io/master.md)
- [3D Floorplan Card](https://sharethelove.io/picture-elements-cards/3d-floorplan.md): This simple card displays a 3D floorplan and overlays black boxes to create the effect of lights turning on and off in the selected rooms.
- [Fitbit Card](https://sharethelove.io/picture-elements-cards/fitbit-card.md): A great way to display your Fitbit stats.
- [Greeter Card](https://sharethelove.io/picture-elements-cards/greeter-card.md): A simple greeter card that changes the welcome message based on time of day, it also uses weather from minutecast with animated icons.
- [Kodi Remote Card](https://sharethelove.io/picture-elements-cards/kodiremote-card.md): A simple remote that will hold up under any resolution.
- [Mi Flora Plant Card](https://sharethelove.io/picture-elements-cards/plants-card.md): A nice card to display your plants moisture and combined temperature.
- [Neato Vaccum Card](https://sharethelove.io/picture-elements-cards/neato-vaccum-card.md): Here is a simple yet cool way to display your cleaning map as a card in homeassistant.
- [Temperature glance](https://sharethelove.io/picture-elements-cards/temperature-glance.md): A picture elements card that is faking the look of a picture glance, but with visible temperatures.
- [Untappd Card](https://sharethelove.io/picture-elements-cards/untappd-card.md): An awesome card for untappd that brings your stats into homeassistant.
- [Xiaomi Vacuum Card](https://sharethelove.io/picture-elements-cards/xiaomi-vacuum-card.md): A card that allows you to view your Xiaomi Vacuum in Card form.
- [AV Remote Card](https://sharethelove.io/glance-cards/av-remote.md): This card utilizes the built-in glance lovelace card to create a remote that fires commands from your harmony hub.
- [Cards](https://sharethelove.io/custom-resources/cards.md): Lovelace cards
- [Rows](https://sharethelove.io/custom-resources/rows.md): Lovelace rows
- [Elements](https://sharethelove.io/custom-resources/elements.md): Lovelace elements
- [Special](https://sharethelove.io/custom-resources/special.md): Lovelace special
- [Styling](https://sharethelove.io/custom-resources/styling.md): Lovelace styling
- [Jinja Magic Scripts](https://sharethelove.io/tools/jinja-magic-scripts.md): Jinja2 script to help you create/migrate the existing config/setup to lovelace automagically.
- [Externaly hosted tools](https://sharethelove.io/tools/tools.md): Lovelace tools


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sharethelove.io/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
