This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # paste as a custom (manual) card in lovelace and replace all entities id | |
| type: picture-glance | |
| entities: | |
| - entity: camera.cam_studio_profile_1 | |
| tap_action: | |
| action: call-service | |
| service: onvif.ptz | |
| service_data: | |
| entity_id: camera.cam_studio_profile_1 | |
| pan: LEFT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Detect water and notify | |
| description: detect 'moisture' device-class and if so execute an action. | |
| domain: automation | |
| input: | |
| actions: | |
| name: Actions | |
| description: Notifications or similar to be run. {{sensors}} is replaced with the names of sensors. | |
| selector: | |
| action: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Either in lldb: | |
| (lldb) po [self _methodDescription] | |
| //or in code: | |
| @interface NSObject (Private) | |
| - (NSString*)_methodDescription; | |
| @end | |
| // Somewhere in the code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Toggle device status after a period of time | |
| description: "Once a device has been in a defined status for a period of time, toggle it's status" | |
| domain: automation | |
| input: | |
| trigger_device: | |
| name: Device | |
| description: Which device to monitor and toggle? | |
| selector: | |
| entity: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Timer | |
| description: > | |
| # ⏲️ Timer | |
| **Version: 1.4 (con Telegram)** | |
| Effortless Control: Schedule 📅, Trigger ⚡, and Automate Your Home 🏠 with Precision 🎯! | |
OlderNewer