Adding entities to setup crashes integration
Closed this issue · 2 comments
@Bosty01, sorry it's taken so long to respond.
Per the documentation:
Currently any entity that has "GPS" attributes (
gps_accuracy
oracc
, and eitherlatitude
&longitude
orlat
&lon
), or anydevice_tracker
entity with asource_type
attribute ofbluetooth
,bluetooth_le
,gps
orrouter
, or anybinary_sensor
entity, can be used as an input entity.
I'm guessing you manually typed in sensor.brett_iphone_2_battery_level
and sensor.brett_iphone_2_battery_state
, but those are not supported.
I'm wondering, why did you want to include those as inputs?
@Bosty01, sorry it's taken so long to respond.
Per the documentation:
Currently any entity that has "GPS" attributes (
gps_accuracy
oracc
, and eitherlatitude
&longitude
orlat
&lon
), or anydevice_tracker
entity with asource_type
attribute ofbluetooth
,bluetooth_le
,gps
orrouter
, or anybinary_sensor
entity, can be used as an input entity.I'm guessing you manually typed in
sensor.brett_iphone_2_battery_level
andsensor.brett_iphone_2_battery_state
, but those are not supported.I'm wondering, why did you want to include those as inputs?
I should have marked this closed. I did remove them and it fixed the error. The integration works great.