2 houses, 1 telegram account possible?

i have house A and another location house B.
each house has its own HA running on old laptops.
in their config yaml, i should be able to use the same Telegram account right?

telegram_bot:
  - platform: polling
    api_key: 69240xx:API
    allowed_chat_ids:
      - 69240xx
      - 54641vv

notify:
 - platform: telegram
   name: telegram
   chat_id: 54641vv

i keep getting this error in log so i am not so sure:

Wrong.

Make a bot for each HA instance.

you are right! errors went away after making a new bot. thanks!

1 Like