aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-12-09 22:58:31 +0000
committerdiogo464 <[email protected]>2025-12-09 22:58:31 +0000
commit4687daaf620e0d0951e4657d052eaa713d18fa71 (patch)
tree969d8f67a9af7e0b5b7488478cb329a1185923c2 /README.md
parent9aed552c491aaabc84e3141bc70e4d26c03efa85 (diff)
small visibility fixesv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c773cb..4b8f818 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
3Home Assistant MQTT device library for embassy. 3Home Assistant MQTT device library for embassy.
4 4
5To create a device use the [`new`] function. 5To create a device use the [`new`] function.
6
6After the device is created you should create one or more entities using functions such as 7After the device is created you should create one or more entities using functions such as
7[`create_button`]/[`create_sensor`]/... 8[`create_button`]/[`create_sensor`]/...
8 9