This file contains 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
#menu{margin:0;padding0;font-size:20px;color:white;} | |
#menu ul ul{display:none;} | |
#menu li{display:inline-block;float:left;background:green;padding:25px;} | |
#menu li:hover{background:pink;height:30px;} | |
#menu li:hover>ul{display:block;} | |
#ziga{margin:0;padding:0;color:black; | |
width:50px; |
This file contains 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
#menu{margin:0;padding0;font-size:20px;color:white;} | |
#menu ul ul{display:none;} | |
#menu li{display:inline-block;float:left;background:green;padding:25px;} | |
#menu li:hover{background:pink;height:30px;} | |
#menu li:hover>ul{display:block;} | |
#ziga{margin:0;padding:0;color:black; | |
width:50px; |
This file contains 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
//ESP-GRAB | |
#include <EEPROM.h> | |
#include <ESP8266WiFi.h> | |
#include <ESP8266HTTPClient.h> | |
#include <ArduinoOTA.h> // Библиотека для OTA-прошивки | |
#include "math.h" |
This file contains 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
#include <TinyGPS++.h> | |
#include <SoftwareSerial.h> | |
This file contains 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
#menu{margin:0;padding0;font-size:20px;color:white;} | |
#menu ul ul{display:none;} | |
#menu li{display:inline-block;float:left;background:green;padding:25px;} | |
#menu li:hover{background:pink;height:30px;} | |
#menu li:hover>ul{display:block;} | |
#ziga{margin:0;padding:0;color:black; | |
width:50px; |
This file contains 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: Frigate - Telegram Notification By Gansta | |
description: Create automations to receive Snapshots and Clips from Frigate | |
domain: automation | |
input: | |
camera: | |
name: Frigate Camera | |
description: The name of the camera as defined in your frigate configuration (/conf.yml). | |
target_chat: | |
name: Target |
This file contains 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: Frigate - Telegram Notification mqtt By Gansta | |
description: Create automations to receive Snapshots and Clips from Frigate | |
domain: automation | |
input: | |
camera: | |
name: Frigate Camera | |
description: The name of the camera as defined in your frigate configuration (/conf.yml). | |
target_chat: | |
name: Target |
This file contains 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: Frigate - Telegram Notification nextgen By Gansta | |
description: Create automations to receive Snapshots and Clips from Frigate | |
domain: automation | |
input: | |
camera: | |
name: Frigate Camera | |
description: The name of the camera as defined in your Frigate configuration (/conf.yml). | |
target_chat: | |
name: Target Chat ID |
OlderNewer