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
package networks_test | |
import ( | |
"testing" | |
"github.com/adjust/backend/core/partner" | |
. "github.com/adjust/backend/core/partner/partners/test_suite" | |
. "github.com/adjust/gocheck" | |
) |
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: Aqara TRV E1 external temperature | |
description: > | |
Configures the Aqara TRV to receive its temperature from an external sensor. | |
Every time the temperature sensor value changes it's sent to the TRV. | |
domain: automation | |
source_url: "https://gist.github.com/pavax/8d6ed250765d89cb281d4a1762b8d2e8" | |
input: | |
external_temp_sensor: | |
name: External temperature sensor |
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
package networks_test | |
import ( | |
"testing" | |
"github.com/adjust/backend/core/partner" | |
. "github.com/adjust/backend/core/partner/partners/test_suite" | |
. "github.com/adjust/gocheck" | |
) |