Skip to content

Commit a07cc99

Browse files
SavageNLSavageNL
authored andcommitted
Update readme
1 parent 2e4665f commit a07cc99

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Additionally there are the following configuration/diagnostic entities:
4040
- Whether vibration is enabled (configurable)
4141
- The total heating time
4242
- Whether the auto off timer is enabled (this is essentially the same as the heating state)
43+
- The device connected state
44+
- A reconnect button
45+
- The rssi from the last ble message
4346

4447
## Notice
4548

@@ -154,7 +157,7 @@ cards:
154157
## Automatically progress temperature over time
155158
156159
This is an example automation that will automatically increase the temperature in 5-minute intervals.
157-
Follows the [Vapesuvius temp guide](https://www.reddit.com/user/Vapesuvius/comments/zuwcs7/vapesuvius_unofficial_storz_bickel_temp_guide_2nd/)
160+
Follows the [Vapesuvius temp guide](https://www.reddit.com/user/Vapesuvius/comments/zuwcs7/vapesuvius_unofficial_storz_bickel_temp_guide_2nd/) (for temp, not time)
158161
159162
```yaml
160163
alias: Volcano progress
@@ -164,36 +167,32 @@ triggers:
164167
entity_id:
165168
- sensor.volcano_hybrid_current_on_time
166169
above: 0
167-
below: 5
168170
id: "179"
169-
alias: 0-5 => 179
171+
alias: 0 => 179
170172
- trigger: numeric_state
171173
entity_id:
172174
- sensor.volcano_hybrid_current_on_time
173175
above: 5
174-
below: 10
175176
id: "185"
176-
alias: 5-10 => 185
177+
alias: 5 => 185
177178
- trigger: numeric_state
178179
entity_id:
179180
- sensor.volcano_hybrid_current_on_time
180181
above: 10
181-
below: 15
182182
id: "191"
183-
alias: 10-15 => 191
183+
alias: 10 => 191
184184
- trigger: numeric_state
185185
entity_id:
186186
- sensor.volcano_hybrid_current_on_time
187187
above: 15
188-
below: 20
189188
id: "199"
190-
alias: 15-20 => 100
189+
alias: 15 => 199
191190
- trigger: numeric_state
192191
entity_id:
193192
- sensor.volcano_hybrid_current_on_time
194193
above: 20
195194
id: "205"
196-
alias: 20-25 => 205
195+
alias: 20 => 205
197196
conditions: []
198197
actions:
199198
- action: climate.set_temperature
@@ -252,4 +251,4 @@ I use these, combined with a dimmer switch.
252251
[gh_latest_release_url]: https://github.com/SavageNL/home-assistant-volcano-hybrid/releases
253252
[gh_release_date_badge]: https://img.shields.io/github/release-date/SavageNL/home-assistant-volcano-hybrid
254253
[gh_issues_badge]: https://img.shields.io/github/issues/SavageNL/home-assistant-volcano-hybrid
255-
[gh_issues_url]: https://github.com/SavageNL/home-assistant-volcano-hybrid/issues
254+
[gh_issues_url]: https://github.com/SavageNL/home-assistant-volcano-hybrid/issues

0 commit comments

Comments
 (0)