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
| # Dont forget to Subscribe to Mark Watt Tech! | |
| # Example configuration.yaml entry | |
| notify: | |
| - platform: nfandroidtv | |
| name: yourDeviceName | |
| host: 192.168.1.12 | |
| # Simple notification | |
| duration: 10 |
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
| # CARD 1 - Current Presence | |
| # The first card that shows you what state and what room a given device is in | |
| type: glance | |
| entities: | |
| - entity: device_tracker.marks_apple_watch_tracker | |
| - entity: sensor.marks_apple_watch_room_presence | |
| title: Current Presence | |
| # CARD 2 - Occupancy Card |
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
| # Standard TTS notification | |
| service: notify.alexa_media_kitchen_echo | |
| data: | |
| message: this is a test | |
| data: | |
| type: tts | |
| # Sequence Notification | |
| service: media_player.play_media | |
| data: |
NewerOlder