2022-01-30 22:51:32 +00:00
|
|
|
let
|
|
|
|
firetv_stick = "192.168.111.24";
|
|
|
|
in {
|
|
|
|
services.home-assistant.config = {
|
|
|
|
notify = [
|
2023-06-03 13:27:46 +00:00
|
|
|
#{
|
|
|
|
#platform = "nfandroidtv";
|
|
|
|
#name = "FireTV Wohnzimmer Notification";
|
|
|
|
#host = firetv_stick;
|
|
|
|
#}
|
2022-01-30 22:51:32 +00:00
|
|
|
];
|
|
|
|
media_player = [
|
|
|
|
#{
|
|
|
|
# platform = "kodi";
|
|
|
|
# name = "FireTV Stick kodi";
|
|
|
|
# host = firetv_stick;
|
|
|
|
#}
|
2022-08-07 16:07:06 +00:00
|
|
|
# Configuration needs to be done by hand via web interface "integration"
|
2023-06-03 13:27:46 +00:00
|
|
|
#{ platform = "androidtv";
|
|
|
|
# name = "FireTV Stick Android";
|
|
|
|
# device_class = "firetv";
|
|
|
|
# host = firetv_stick;
|
|
|
|
# port = 5555;
|
|
|
|
#}
|
2022-01-30 22:51:32 +00:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|