XVBinh
1
Hi, I have configured a REST sensor but it is not showing in the list of entities. I have set it up in sensors.yaml
- platform: rest
resource: http://192.168.1.156/dump1090/data/aircraft.json
name: FR24 Aircraft
friendly_name: Dump1090
force_update: true
value_template: "{{ value_json.messages }}"
method: GET
scan_interval: 15
json_attributes:
- now
- aircraft
How do I fix this?
tom_l
2
Did you restart Home Assistant after creating it?
XVBinh
3
Yes I did that a bunch of times
tom_l
4
Related errors in your logs?
XVBinh
5
I dont see any errors related to the REST sensor.
tom_l
6
Going to Developer Tools → States you do not see an entity called: sensor.fr24_aircraft
?
If not, try removing this and restarting:
friendly_name: Dump1090
it is not a valid configuration option listed here:
XVBinh
7
I tried, but it still isnt showing up. Very strange this
XVBinh
8
It’s working now. My config file was a mess, it needed some reformatting