forked from ExperienceLovelace/ha-floorplan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.md
More file actions
45 lines (29 loc) · 1.45 KB
/
Copy pathinfo.md
File metadata and controls
45 lines (29 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{% if prerelease %}
<p style="color:darkorange;font-weight:bold;font-size:1.3em;text-align:center;width:100%;display:block;">ATTENTION: This is a pre-version of HA Floorplan!</p>
{% endif %}
<img style="max-width: 200px;width: 100%;text-align:center;display:block;margin:0 auto;background: transparent;" src="https://github.com/ExperienceLovelace/ha-floorplan/blob/master/docs/assets/images/logo-200x200.png?raw=true" alt="HA Floorplan Logo">
# HA Floorplan
**Floorplan for Home Assistant - your imagination (almost) defines the limits**
<br>
<hr>
<br>
### 📚 Read the <a href="https://experiencelovelace.github.io/ha-floorplan/" target="_blank">documentation</a> 📚
You'll find information about:
- Installation
- Usage
- Examples
- _And more..._
### Features
- Make Floorplan(s) with SVG-files
- Trigger states, visualize states and more
- Call services and more, for even more options
- Use as Lovelace-card, or as a panel
- _It's hard to mention everything in a list like this, so **give it a try**_ 🥳
<img style="border: 3px solid #26c7fb;border-radius: 10px;max-width: 350px;width: 100%;box-sizing: border-box;margin:0 auto;display:block;text-align:center;" src="https://github.com/ExperienceLovelace/ha-floorplan/blob/master/docs/assets/images/home/floorplan-background_with_floorplanner.png?raw=true" alt="SVG Preview">
<hr>
#### Ressource template for Home Assistant
```yaml
resources:
- url: /hacsfiles/ha-floorplan/floorplan.js
type: module
```