mirror of
https://github.com/esphome/esphome.git
synced 2025-09-09 14:52:20 +01:00
update tests now that duplicate names are validated
This commit is contained in:
@@ -26,7 +26,7 @@ binary_sensor:
|
|||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: binary_sensor_map
|
- platform: binary_sensor_map
|
||||||
name: Binary Sensor Map
|
name: Binary Sensor Map Group
|
||||||
type: group
|
type: group
|
||||||
channels:
|
channels:
|
||||||
- binary_sensor: bin1
|
- binary_sensor: bin1
|
||||||
@@ -36,7 +36,7 @@ sensor:
|
|||||||
- binary_sensor: bin3
|
- binary_sensor: bin3
|
||||||
value: 100.0
|
value: 100.0
|
||||||
- platform: binary_sensor_map
|
- platform: binary_sensor_map
|
||||||
name: Binary Sensor Map
|
name: Binary Sensor Map Sum
|
||||||
type: sum
|
type: sum
|
||||||
channels:
|
channels:
|
||||||
- binary_sensor: bin1
|
- binary_sensor: bin1
|
||||||
@@ -46,7 +46,7 @@ sensor:
|
|||||||
- binary_sensor: bin3
|
- binary_sensor: bin3
|
||||||
value: 100.0
|
value: 100.0
|
||||||
- platform: binary_sensor_map
|
- platform: binary_sensor_map
|
||||||
name: Binary Sensor Map
|
name: Binary Sensor Map Bayesian
|
||||||
type: bayesian
|
type: bayesian
|
||||||
prior: 0.4
|
prior: 0.4
|
||||||
observations:
|
observations:
|
||||||
|
Reference in New Issue
Block a user