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
| audio-ads.spotify.com | |
| adclick.g.doubleclick.net | |
| pubads.g.doubleclick.net | |
| spclient.wg.spotify.com | |
| heads-ec.spotify.com | |
| ads-fa.spotify.com | |
| adeventtracker.spotify.com | |
| pagead46.l.doubleclick.net | |
| securepubads.g.doubleclick.net | |
| googleads.g.doubleclick.net |
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: "Plant Problem Notifications / Notifiche Problemi Piante" | |
| description: | | |
| IT: Controlla lo stato delle piante e invia notifiche chiare per ogni problema. | |
| EN: Monitors plant status and sends clear notifications for each problem. | |
| Requires: https://github.com/Olen/homeassistant-plant | |
| domain: automation | |
| author: Claude (based on blueprint by Alex Soto Aguilera) | |
| homeassistant: | |
| min_version: 2022.4.0 |
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: Tado temperature offset (tado_hijack) | |
| description: Ensure the Tado smart valve has the temp of a separate sensor (compatible with tado_hijack integration) | |
| domain: automation | |
| input: | |
| source_temp_sensor: | |
| name: Source Temperature sensor | |
| description: This sensor will be used as the source. | |
| 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
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: hello1-svc | |
| spec: | |
| selector: | |
| app: hello1 | |
| ports: | |
| - port: 81 | |
| targetPort: 8080 |