Skip to content

Commit

Permalink
Resize image, add pulse_output in Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-deluca committed Apr 1, 2024
1 parent aa9341c commit ca0b610
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,16 @@ data:
output_number: <output_number>
```

### Pulse Output
If an output is configured as 'Remote Command' (Comando Remoto) you can use as Pulse Signal: form Inactive to Active and Inactive after some time
You can choose how many milliseconds the signal should remain high level.
``` yaml
service: esphome.espkyogate_pulse_output
data:
output_number: <output_number>
pulse_time: <pulse_time>
```

### Update Unit Date and Time
You can update the Kyo Date and Time internal Clock

Expand Down
2 changes: 1 addition & 1 deletion components/bentel-kyo/bentel_kyo32.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* espkyogate - ESPHome custom component for Bentel KYO alarms
* Copyright (C) 2023 Lorenzo De Luca (me@lorenzodeluca.dev)
* Copyright (C) 2024 Lorenzo De Luca (me@lorenzodeluca.dev)
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Expand Down
Binary file modified images/icons/smoke-detector-alert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca0b610

Please sign in to comment.