Skip to content

Fix verify_ssl configuration #23146

Merged
awarecan merged 1 commit into
home-assistant:devfrom
Anonym-tsk:telegram-ssl
Apr 16, 2019
Merged

Fix verify_ssl configuration #23146
awarecan merged 1 commit into
home-assistant:devfrom
Anonym-tsk:telegram-ssl

Conversation

@Anonym-tsk
Copy link
Copy Markdown
Contributor

Related issue (if applicable): fixes #23140

Example entry for configuration.yaml (if applicable):

automation:
- alias: Telegram /photo command
  hide_entity: true
  trigger:
    platform: event
    event_type: telegram_command
    event_data:
      command: /photo
  action:
  - service: telegram_bot.send_photo
    data_template:
      target: '{{ trigger.event.data.user_id }}'
      url: !secret hall_cam_url
      verify_ssl: False
      username: !secret xiaomi_camera_user
      password: !secret xiaomi_camera_pass
      authentication: basic
      caption: Hall camera

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

@Anonym-tsk
Copy link
Copy Markdown
Contributor Author

@cgtobi please merge this PR, I don't have access :)

@awarecan
Copy link
Copy Markdown
Contributor

Is telegram_bot working on 0.92 dev branch?

@awarecan
Copy link
Copy Markdown
Contributor

Alright, #23022 has fixed telegram_bot.

@awarecan awarecan changed the title telegram_bot: verify_ssl configuration fix Fix verify_ssl configuration Apr 16, 2019
@awarecan awarecan merged commit 7b1cbea into home-assistant:dev Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

telegram_bot: verify_ssl configuration doesn't work

5 participants